Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/audio/
Dfsl_adapter_audio.h144 kHAL_AudioSampleOnFallingEdge = 0x00U, /*!< Data samples at the falling edge. */ enumerator
Dfsl_adapter_flexcomm_i2s.c173 if ((uint8_t)kHAL_AudioSampleOnFallingEdge == (uint8_t)config->bclkPolarity) in HAL_AudioCommonInit()
Dfsl_adapter_sai.c333 if ((uint8_t)config->bclkPolarity == (uint8_t)kHAL_AudioSampleOnFallingEdge) in HAL_AudioCommonInit()