Home
last modified time | relevance | path

Searched refs:i2s_ll_rx_force_enable_fifo_mod (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.7.0/components/hal/
Di2s_hal.c155 i2s_ll_rx_force_enable_fifo_mod(hal->dev, true); in i2s_hal_std_set_rx_slot()
250 i2s_ll_rx_force_enable_fifo_mod(hal->dev, true); in i2s_hal_pdm_set_rx_slot()
Dadc_hal.c122 i2s_ll_rx_force_enable_fifo_mod(hal->dev, 1); in adc_hal_digi_init()
/hal_espressif-3.7.0/components/hal/esp32s2/include/hal/
Di2s_ll.h178 static inline void i2s_ll_rx_force_enable_fifo_mod(i2s_dev_t *hw, bool enable) in i2s_ll_rx_force_enable_fifo_mod() function
/hal_espressif-3.7.0/components/hal/esp32/include/hal/
Di2s_ll.h180 static inline void i2s_ll_rx_force_enable_fifo_mod(i2s_dev_t *hw, bool enable) in i2s_ll_rx_force_enable_fifo_mod() function
/hal_espressif-3.7.0/components/driver/deprecated/
Di2s_legacy.c874 i2s_ll_rx_force_enable_fifo_mod(dev, true); in i2s_adc_set_slot_legacy()