Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c3/include/soc/
Di2s_struct.h115 …uint32_t rx_tdm_ws_width: 7; /*The width of rx_ws_out in TDM mode is (reg_rx_tdm_ws_wi… member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Di2s_struct.h117 …uint32_t rx_tdm_ws_width : 7; /* The width of rx_ws_out in TDM mode is (I2S_RX_T… member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Di2s_struct.h214 uint32_t rx_tdm_ws_width:7; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Di2s_struct.h222 uint32_t rx_tdm_ws_width:9; member
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Di2s_ll.h430 hw->rx_conf1.rx_tdm_ws_width = width - 1; in i2s_ll_rx_set_ws_width()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Di2s_ll.h442 hw->rx_conf1.rx_tdm_ws_width = width - 1; in i2s_ll_rx_set_ws_width()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Di2s_ll.h429 hw->rx_conf1.rx_tdm_ws_width = width - 1; in i2s_ll_rx_set_ws_width()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Di2s_ll.h449 hw->rx_conf1.rx_tdm_ws_width = width - 1; in i2s_ll_rx_set_ws_width()