Home
last modified time | relevance | path

Searched refs:i2s_hal_pdm_set_tx_slot (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.7.0/components/hal/include/hal/
Di2s_hal.h199 void i2s_hal_pdm_set_tx_slot(i2s_hal_context_t *hal, bool is_slave, const i2s_hal_slot_config_t *sl…
/hal_espressif-3.7.0/components/hal/
Di2s_hal.c180 void i2s_hal_pdm_set_tx_slot(i2s_hal_context_t *hal, bool is_slave, const i2s_hal_slot_config_t *sl… in i2s_hal_pdm_set_tx_slot() function
/hal_espressif-3.7.0/components/driver/deprecated/
Di2s_legacy.c987i2s_hal_pdm_set_tx_slot(&(p_i2s[i2s_num]->hal), is_tx_slave, (i2s_hal_slot_config_t *)(&p_i2s[i2s_… in i2s_set_slot_legacy()