Home
last modified time | relevance | path

Searched refs:rx_chan_mod (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Di2s_ll.h772 hw->conf_chan.rx_chan_mod = 1; in i2s_ll_rx_select_pdm_slot()
775 hw->conf_chan.rx_chan_mod = 2; in i2s_ll_rx_select_pdm_slot()
778 hw->conf_chan.rx_chan_mod = 0; in i2s_ll_rx_select_pdm_slot()
839 hw->conf_chan.rx_chan_mod = is_msb_right ? 1 : 2; in i2s_ll_rx_select_std_slot()
842 hw->conf_chan.rx_chan_mod = is_msb_right ? 2 : 1; in i2s_ll_rx_select_std_slot()
845 hw->conf_chan.rx_chan_mod = 0; in i2s_ll_rx_select_std_slot()
1107 hw->conf_chan.rx_chan_mod = enable; in i2s_ll_enable_builtin_adc()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Di2s_ll.h865 hw->conf_chan.rx_chan_mod = is_msb_right ? 1 : 2; in i2s_ll_rx_select_std_slot()
868 hw->conf_chan.rx_chan_mod = is_msb_right ? 2 : 1; in i2s_ll_rx_select_std_slot()
871 hw->conf_chan.rx_chan_mod = 0; in i2s_ll_rx_select_std_slot()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Di2s_struct.h190 … uint32_t rx_chan_mod: 2; /*I2S receiver channel mode configuration bits.*/ member
/hal_espressif-latest/components/soc/esp32/include/soc/
Di2s_struct.h172 uint32_t rx_chan_mod: 2; member