Home
last modified time | relevance | path

Searched refs:pdm_rx (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/hal/
Di2s_hal.c249 i2s_ll_rx_select_pdm_slot(hal->dev, slot_cfg->pdm_rx.slot_mask); in i2s_hal_pdm_set_rx_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()
258 I2S_PDM_SLOT_BOTH : slot_cfg->pdm_rx.slot_mask; in i2s_hal_pdm_set_rx_slot()
261 …ask = slot_cfg->slot_mode == I2S_SLOT_MODE_STEREO ? I2S_PDM_SLOT_BOTH : slot_cfg->pdm_rx.slot_mask; in i2s_hal_pdm_set_rx_slot()
/hal_espressif-latest/components/hal/include/hal/
Di2s_hal.h91 … } pdm_rx; /*!< Specific configurations for PDM TX mode */ member