i2s_pdm_tx_clk_config_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferencesInstances

Fields

Field
Declared as
Description
uint32_t
I2S sample rate, not suggest to exceed 48000 Hz, otherwise more glitches and noise may appear.
Choose clock source.
The multiple of MCLK to the sample rate.
uint32_t
Up-sampling param fp.
uint32_t
Up-sampling param fs, not allowed to be greater than 480.
uint32_t
The division from MCLK to BCLK. The minimum value is I2S_PDM_TX_BCLK_DIV_MIN. It will be set to I2S_PDM_TX_BCLK_DIV_MIN by default if it is smaller than I2S_PDM_TX_BCLK_DIV_MIN.