Home
last modified time | relevance | path

Searched refs:tx_chan_mod (Results 1 – 12 of 12) 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()
798 hw->conf_chan.tx_chan_mod = 3; in i2s_ll_tx_select_std_slot()
801 hw->conf_chan.tx_chan_mod = 4; in i2s_ll_tx_select_std_slot()
804 hw->conf_chan.tx_chan_mod = 1; // 1 & 2 has same effect in i2s_ll_tx_select_std_slot()
813 hw->conf_chan.tx_chan_mod = 1; 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()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Di2s_ll.h642 hw->tx_conf.tx_chan_mod = mod; in i2s_ll_tx_set_pdm_chan_mod()
1111 hw->tx_conf.tx_chan_mod = mask == I2S_PDM_SLOT_LEFT ? 1 : 2; in i2s_ll_tx_pdm_slot_mode()
1113 hw->tx_conf.tx_chan_mod = mask == I2S_PDM_SLOT_LEFT ? 4 : 3; in i2s_ll_tx_pdm_slot_mode()
1116 hw->tx_conf.tx_chan_mod = 0; in i2s_ll_tx_pdm_slot_mode()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Di2s_ll.h654 hw->tx_conf.tx_chan_mod = mod; in i2s_ll_tx_set_pdm_chan_mod()
1103 hw->tx_conf.tx_chan_mod = mask == I2S_PDM_SLOT_LEFT ? 1 : 2; in i2s_ll_tx_pdm_slot_mode()
1105 hw->tx_conf.tx_chan_mod = mask == I2S_PDM_SLOT_LEFT ? 4 : 3; in i2s_ll_tx_pdm_slot_mode()
1108 hw->tx_conf.tx_chan_mod = 0; in i2s_ll_tx_pdm_slot_mode()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Di2s_ll.h641 hw->tx_conf.tx_chan_mod = mod; in i2s_ll_tx_set_pdm_chan_mod()
1090 hw->tx_conf.tx_chan_mod = mask == I2S_PDM_SLOT_LEFT ? 1 : 2; in i2s_ll_tx_pdm_slot_mode()
1092 hw->tx_conf.tx_chan_mod = mask == I2S_PDM_SLOT_LEFT ? 4 : 3; in i2s_ll_tx_pdm_slot_mode()
1095 hw->tx_conf.tx_chan_mod = 0; in i2s_ll_tx_pdm_slot_mode()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Di2s_ll.h661 hw->tx_conf.tx_chan_mod = mod; in i2s_ll_tx_set_pdm_chan_mod()
1110 hw->tx_conf.tx_chan_mod = mask == I2S_PDM_SLOT_LEFT ? 1 : 2; in i2s_ll_tx_pdm_slot_mode()
1112 hw->tx_conf.tx_chan_mod = mask == I2S_PDM_SLOT_LEFT ? 4 : 3; in i2s_ll_tx_pdm_slot_mode()
1115 hw->tx_conf.tx_chan_mod = 0; in i2s_ll_tx_pdm_slot_mode()
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Di2s_struct.h107 … uint32_t tx_chan_mod: 3; /*I2S transmitter channel mode configuration bits.*/ member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Di2s_struct.h109 …uint32_t tx_chan_mod : 3; /*I2S transmitter channel mode configuration bits.… member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Di2s_struct.h559 uint32_t tx_chan_mod:3; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Di2s_struct.h569 uint32_t tx_chan_mod:3; member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Di2s_struct.h189 … uint32_t tx_chan_mod: 3; /*I2S transmitter channel mode configuration bits.*/ member
/hal_espressif-latest/components/soc/esp32/include/soc/
Di2s_struct.h171 uint32_t tx_chan_mod: 3; member