Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c3/include/soc/
Di2s_struct.h127 …uint32_t tx_tdm_ws_width: 7; /*The width of tx_ws_out in TDM mode is (reg_tx_tdm_ws_wi… member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Di2s_struct.h129 …uint32_t tx_tdm_ws_width : 7; /* The width of tx_ws_out in TDM mode is (I2S_TX_T… member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Di2s_struct.h578 uint32_t tx_tdm_ws_width:7; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Di2s_struct.h589 uint32_t tx_tdm_ws_width:9; member
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Di2s_ll.h419 hw->tx_conf1.tx_tdm_ws_width = width - 1; in i2s_ll_tx_set_ws_width()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Di2s_ll.h431 hw->tx_conf1.tx_tdm_ws_width = width - 1; in i2s_ll_tx_set_ws_width()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Di2s_ll.h418 hw->tx_conf1.tx_tdm_ws_width = width - 1; in i2s_ll_tx_set_ws_width()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Di2s_ll.h438 hw->tx_conf1.tx_tdm_ws_width = width - 1; in i2s_ll_tx_set_ws_width()