Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Di2s_hal.c149 i2s_ll_rx_set_ws_width(hal->dev, slot_cfg->std.ws_width); in i2s_hal_std_set_rx_slot()
328 i2s_ll_rx_set_ws_width(hal->dev, (total_slot * slot_bit_width) / 2); in i2s_hal_tdm_set_rx_slot()
330 i2s_ll_rx_set_ws_width(hal->dev, slot_cfg->tdm.ws_width); in i2s_hal_tdm_set_rx_slot()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Di2s_ll.h785 static inline void i2s_ll_rx_set_ws_width(i2s_dev_t *hw, int width) in i2s_ll_rx_set_ws_width() function
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Di2s_ll.h428 static inline void i2s_ll_rx_set_ws_width(i2s_dev_t *hw, int width) in i2s_ll_rx_set_ws_width() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Di2s_ll.h440 static inline void i2s_ll_rx_set_ws_width(i2s_dev_t *hw, int width) in i2s_ll_rx_set_ws_width() function
/hal_espressif-latest/components/hal/esp32/include/hal/
Di2s_ll.h696 static inline void i2s_ll_rx_set_ws_width(i2s_dev_t *hw, int width) in i2s_ll_rx_set_ws_width() function
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Di2s_ll.h427 static inline void i2s_ll_rx_set_ws_width(i2s_dev_t *hw, int width) in i2s_ll_rx_set_ws_width() function
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Di2s_ll.h447 static inline void i2s_ll_rx_set_ws_width(i2s_dev_t *hw, int width) in i2s_ll_rx_set_ws_width() function
/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c870 i2s_ll_rx_set_ws_width(dev, slot_cfg->slot_bit_width); in i2s_adc_set_slot_legacy()