Home
last modified time | relevance | path

Searched refs:i2s_ll_tx_reset (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.7.0/components/hal/
Di2s_hal.c113 i2s_ll_tx_reset(hal->dev); in i2s_hal_std_set_tx_slot()
183 i2s_ll_tx_reset(hal->dev); in i2s_hal_pdm_set_tx_slot()
288 i2s_ll_tx_reset(hal->dev); in i2s_hal_tdm_set_tx_slot()
/hal_espressif-3.7.0/components/hal/include/hal/
Di2s_hal.h284 #define i2s_hal_tx_reset(hal) i2s_ll_tx_reset((hal)->dev)
/hal_espressif-3.7.0/components/hal/esp32s2/include/hal/
Di2s_ll.h210 static inline void i2s_ll_tx_reset(i2s_dev_t *hw) in i2s_ll_tx_reset() function
/hal_espressif-3.7.0/components/hal/esp32s3/include/hal/
Di2s_ll.h156 static inline void i2s_ll_tx_reset(i2s_dev_t *hw) in i2s_ll_tx_reset() function
/hal_espressif-3.7.0/components/hal/esp32h2/include/hal/
Di2s_ll.h165 static inline void i2s_ll_tx_reset(i2s_dev_t *hw) in i2s_ll_tx_reset() function
/hal_espressif-3.7.0/components/hal/esp32/include/hal/
Di2s_ll.h211 static inline void i2s_ll_tx_reset(i2s_dev_t *hw) in i2s_ll_tx_reset() function
/hal_espressif-3.7.0/components/hal/esp32c6/include/hal/
Di2s_ll.h164 static inline void i2s_ll_tx_reset(i2s_dev_t *hw) in i2s_ll_tx_reset() function
/hal_espressif-3.7.0/components/hal/esp32c3/include/hal/
Di2s_ll.h155 static inline void i2s_ll_tx_reset(i2s_dev_t *hw) in i2s_ll_tx_reset() function
/hal_espressif-3.7.0/components/driver/deprecated/
Di2s_legacy.c825 i2s_ll_tx_reset(dev); in i2s_dac_set_slot_legacy()