Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Di2s_types.h26I2S_SLOT_MODE_STEREO = 2, /*!< I2S channel slot format stereo, transmit different data in d… enumerator
/hal_espressif-latest/components/hal/
Di2s_hal.c131 (slot_cfg->slot_mode == I2S_SLOT_MODE_STEREO)); in i2s_hal_std_set_tx_slot()
257 …uint32_t slot_mask = (slot_cfg->slot_mode == I2S_SLOT_MODE_STEREO && slot_cfg->pdm_rx.slot_mask <=… in i2s_hal_pdm_set_rx_slot()
261 …uint32_t slot_mask = slot_cfg->slot_mode == I2S_SLOT_MODE_STEREO ? I2S_PDM_SLOT_BOTH : slot_cfg->p… in i2s_hal_pdm_set_rx_slot()
/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c1065 …t_cfg->slot_mode = ((ch & 0xFFFF) == I2S_CHANNEL_MONO) ? I2S_SLOT_MODE_MONO : I2S_SLOT_MODE_STEREO; in i2s_set_clk()
1274 I2S_SLOT_MODE_STEREO : I2S_SLOT_MODE_MONO; in i2s_config_transfer()
1359 p_i2s[i2s_num]->slot_cfg.slot_mode = I2S_SLOT_MODE_STEREO; in i2s_config_transfer()
1389 I2S_SLOT_MODE_STEREO : I2S_SLOT_MODE_MONO; in i2s_config_transfer()