Home
last modified time | relevance | path

Searched refs:I2S_LL_PDM_BCK_FACTOR (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Di2s_ll.h31 #define I2S_LL_PDM_BCK_FACTOR (64) macro
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Di2s_ll.h31 #define I2S_LL_PDM_BCK_FACTOR (64) macro
/hal_espressif-latest/components/hal/esp32/include/hal/
Di2s_ll.h31 #define I2S_LL_PDM_BCK_FACTOR (64) macro
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Di2s_ll.h30 #define I2S_LL_PDM_BCK_FACTOR (64) macro
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Di2s_ll.h31 #define I2S_LL_PDM_BCK_FACTOR (64) macro
/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c705 clk_info->bclk = clk_cfg->sample_rate_hz * I2S_LL_PDM_BCK_FACTOR * fp / fs; in i2s_calculate_pdm_tx_clock()
732 …clk_info->bclk = clk_cfg->sample_rate_hz * I2S_LL_PDM_BCK_FACTOR * (dsr == I2S_PDM_DSR_16S ? 2 : 1… in i2s_calculate_pdm_rx_clock()