Searched defs:slot_cfg (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/hal/ |
D | i2s_hal.c | 109 …s_hal_std_set_tx_slot(i2s_hal_context_t *hal, bool is_slave, const i2s_hal_slot_config_t *slot_cfg) in i2s_hal_std_set_tx_slot() 140 …s_hal_std_set_rx_slot(i2s_hal_context_t *hal, bool is_slave, const i2s_hal_slot_config_t *slot_cfg) in i2s_hal_std_set_rx_slot() 180 …s_hal_pdm_set_tx_slot(i2s_hal_context_t *hal, bool is_slave, const i2s_hal_slot_config_t *slot_cfg) in i2s_hal_pdm_set_tx_slot() 240 …s_hal_pdm_set_rx_slot(i2s_hal_context_t *hal, bool is_slave, const i2s_hal_slot_config_t *slot_cfg) in i2s_hal_pdm_set_rx_slot() 277 …s_hal_tdm_set_tx_slot(i2s_hal_context_t *hal, bool is_slave, const i2s_hal_slot_config_t *slot_cfg) in i2s_hal_tdm_set_tx_slot() 311 …s_hal_tdm_set_rx_slot(i2s_hal_context_t *hal, bool is_slave, const i2s_hal_slot_config_t *slot_cfg) in i2s_hal_tdm_set_rx_slot()
|
/hal_espressif-latest/components/driver/deprecated/ |
D | i2s_legacy.c | 131 i2s_hal_slot_config_t slot_cfg; member 480 i2s_hal_slot_config_t *slot_cfg = &p_i2s[i2s_num]->slot_cfg; in i2s_get_buf_size() local 673 i2s_hal_slot_config_t *slot_cfg = &p_i2s[i2s_num]->slot_cfg; in i2s_calculate_adc_dac_clock() local 755 i2s_hal_slot_config_t *slot_cfg = &p_i2s[i2s_num]->slot_cfg; in i2s_calculate_common_clock() local 823 i2s_hal_slot_config_t *slot_cfg = &p_i2s[0]->slot_cfg; in i2s_dac_set_slot_legacy() local 864 i2s_hal_slot_config_t *slot_cfg = &p_i2s[0]->slot_cfg; in i2s_adc_set_slot_legacy() local 1056 i2s_hal_slot_config_t *slot_cfg = &p_i2s[i2s_num]->slot_cfg; in i2s_set_clk() local 1134 i2s_hal_slot_config_t *slot_cfg = &p_i2s[i2s_num]->slot_cfg; in i2s_set_sample_rates() local
|