Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Di2s_types.h143 I2S_PDM_SLOT_BOTH = BIT(0) | BIT(1), /*!< I2S PDM transmits or receives both two slots */ enumerator
/hal_espressif-latest/components/hal/
Di2s_hal.c213 i2s_ll_tx_pdm_slot_mode(hal->dev, is_mono, false, I2S_PDM_SLOT_BOTH); in i2s_hal_pdm_set_tx_slot()
257 … (slot_cfg->slot_mode == I2S_SLOT_MODE_STEREO && slot_cfg->pdm_rx.slot_mask <= I2S_PDM_SLOT_BOTH) ? in i2s_hal_pdm_set_rx_slot()
258 I2S_PDM_SLOT_BOTH : 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/hal/esp32/include/hal/
Di2s_ll.h739 case I2S_PDM_SLOT_BOTH: in i2s_ll_tx_select_pdm_slot()
754 case I2S_PDM_SLOT_BOTH: in i2s_ll_tx_select_pdm_slot()
777 case I2S_PDM_SLOT_BOTH: in i2s_ll_rx_select_pdm_slot()