Home
last modified time | relevance | path

Searched refs:tx_prescale (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/soc/esp32s3/include/soc/
Di2s_struct.h186 uint32_t tx_prescale : 8; /*I2S TX PDM prescale for sigmadelta*/ member
/hal_espressif-latest/components/soc/esp32/include/soc/
Di2s_struct.h411 uint32_t tx_prescale: 8; member
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Di2s_ll.h792 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->tx_pcm2pdm_conf, tx_prescale, prescale); in i2s_ll_tx_set_pdm_prescale()
/hal_espressif-latest/components/hal/esp32/include/hal/
Di2s_ll.h969 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->pdm_conf, tx_prescale, prescale); in i2s_ll_tx_set_pdm_prescale()