Home
last modified time | relevance | path

Searched refs:tx_tdm_tot_chan_num (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Di2s_ll.h522 hw->tx_tdm_ctrl.tx_tdm_tot_chan_num = total_num - 1; in i2s_ll_tx_set_chan_num()
574 hw->tx_tdm_ctrl.tx_tdm_tot_chan_num = 1; // tx_tdm_tot_chan_num = 2 slots - 1 = 1 in i2s_ll_tx_select_std_slot()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Di2s_ll.h534 hw->tx_tdm_ctrl.tx_tdm_tot_chan_num = total_num - 1; in i2s_ll_tx_set_chan_num()
586 hw->tx_tdm_ctrl.tx_tdm_tot_chan_num = 1; // tx_tdm_tot_chan_num = 2 slots - 1 = 1 in i2s_ll_tx_select_std_slot()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Di2s_ll.h521 hw->tx_tdm_ctrl.tx_tdm_tot_chan_num = total_num - 1; in i2s_ll_tx_set_chan_num()
573 hw->tx_tdm_ctrl.tx_tdm_tot_chan_num = 1; // tx_tdm_tot_chan_num = 2 slots - 1 = 1 in i2s_ll_tx_select_std_slot()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Di2s_ll.h541 hw->tx_tdm_ctrl.tx_tdm_tot_chan_num = total_num - 1; in i2s_ll_tx_set_chan_num()
593 hw->tx_tdm_ctrl.tx_tdm_tot_chan_num = 1; // tx_tdm_tot_chan_num = 2 slots - 1 = 1 in i2s_ll_tx_select_std_slot()
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Di2s_struct.h251 … uint32_t tx_tdm_tot_chan_num: 4; /*The total channel number minus 1 of I2S TX TDM mode.*/ member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Di2s_struct.h253 … uint32_t tx_tdm_tot_chan_num : 4; /*The total channel number of I2S TX TDM mode.*/ member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Di2s_struct.h731 uint32_t tx_tdm_tot_chan_num:4; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Di2s_struct.h729 uint32_t tx_tdm_tot_chan_num:4; member