Home
last modified time | relevance | path

Searched refs:pdm_conf (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Di2s_ll.h898 hw->pdm_conf.rx_sinc_dsr_16_en = dsr; in i2s_ll_rx_set_pdm_dsr()
909 *dsr = (i2s_pdm_dsr_t)hw->pdm_conf.rx_sinc_dsr_16_en; in i2s_ll_rx_get_pdm_dsr()
920 hw->pdm_conf.tx_pdm_en = false; in i2s_ll_tx_enable_std()
921 hw->pdm_conf.pcm2pdm_conv_en = false; in i2s_ll_tx_enable_std()
932 hw->pdm_conf.rx_pdm_en = false; in i2s_ll_rx_enable_std()
933 hw->pdm_conf.pdm2pcm_conv_en = false; in i2s_ll_rx_enable_std()
945 hw->pdm_conf.tx_pdm_en = true; in i2s_ll_tx_enable_pdm()
946 hw->pdm_conf.pcm2pdm_conv_en = true; in i2s_ll_tx_enable_pdm()
957 hw->pdm_conf.rx_pdm_en = true; in i2s_ll_rx_enable_pdm()
958 hw->pdm_conf.pdm2pcm_conv_en = true; in i2s_ll_rx_enable_pdm()
[all …]
/hal_espressif-latest/components/soc/esp32/include/soc/
Di2s_struct.h421 } pdm_conf; member