Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32/include/hal/
Di2s_ll.h734 hw->conf_chan.tx_chan_mod = 3; in i2s_ll_tx_select_pdm_slot()
737 hw->conf_chan.tx_chan_mod = 4; in i2s_ll_tx_select_pdm_slot()
740 hw->conf_chan.tx_chan_mod = 1; // 1 & 2 has same effect in i2s_ll_tx_select_pdm_slot()
749 hw->conf_chan.tx_chan_mod = 1; in i2s_ll_tx_select_pdm_slot()
752 hw->conf_chan.tx_chan_mod = 2; in i2s_ll_tx_select_pdm_slot()
755 hw->conf_chan.tx_chan_mod = 0; in i2s_ll_tx_select_pdm_slot()
772 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()
798 hw->conf_chan.tx_chan_mod = 3; in i2s_ll_tx_select_std_slot()
[all …]
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Di2s_ll.h825 hw->conf_chan.tx_chan_mod = 3; in i2s_ll_tx_select_std_slot()
828 hw->conf_chan.tx_chan_mod = 4; in i2s_ll_tx_select_std_slot()
831 hw->conf_chan.tx_chan_mod = 1; // 1 & 2 has same effect in i2s_ll_tx_select_std_slot()
840 hw->conf_chan.tx_chan_mod = 1; in i2s_ll_tx_select_std_slot()
843 hw->conf_chan.tx_chan_mod = 2; in i2s_ll_tx_select_std_slot()
846 hw->conf_chan.tx_chan_mod = 0; in i2s_ll_tx_select_std_slot()
865 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.h194 } conf_chan; member
/hal_espressif-latest/components/soc/esp32/include/soc/
Di2s_struct.h176 } conf_chan; member