Home
last modified time | relevance | path

Searched refs:i2s_ll_tx_force_enable_fifo_mod (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/hal/
Di2s_hal.c125 i2s_ll_tx_force_enable_fifo_mod(hal->dev, true); in i2s_hal_std_set_tx_slot()
196 i2s_ll_tx_force_enable_fifo_mod(hal->dev, true); in i2s_hal_pdm_set_tx_slot()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Di2s_ll.h167 static inline void i2s_ll_tx_force_enable_fifo_mod(i2s_dev_t *hw, bool enable) in i2s_ll_tx_force_enable_fifo_mod() function
/hal_espressif-latest/components/hal/esp32/include/hal/
Di2s_ll.h169 static inline void i2s_ll_tx_force_enable_fifo_mod(i2s_dev_t *hw, bool enable) in i2s_ll_tx_force_enable_fifo_mod() function
/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c834 i2s_ll_tx_force_enable_fifo_mod(dev, true); in i2s_dac_set_slot_legacy()