Home
last modified time | relevance | path

Searched refs:bclkPolarity (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/audio/
Dfsl_adapter_sai.c326 if ((uint8_t)config->bclkPolarity == (uint8_t)kHAL_AudioSampleOnFallingEdge) in HAL_AudioCommonInit()
328 saiConfig.bitClock.bclkPolarity = kSAI_SampleOnFallingEdge; in HAL_AudioCommonInit()
332 saiConfig.bitClock.bclkPolarity = kSAI_SampleOnRisingEdge; in HAL_AudioCommonInit()
Dfsl_adapter_audio.h350 …hal_audio_bclk_polarity_t bclkPolarity; /*!< bclk polarity, data sample on rising edge or falling … member
Dfsl_adapter_flexcomm_i2s.c173 if ((uint8_t)kHAL_AudioSampleOnFallingEdge == (uint8_t)config->bclkPolarity) in HAL_AudioCommonInit()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.c360 config->bitClock.bclkPolarity = kSAI_SampleOnRisingEdge; in SAI_GetCommonConfig()
1144 …tcr2 |= I2S_TCR2_BCD(1U) | I2S_TCR2_BCP(config->bclkPolarity) | I2S_TCR2_BCI(config->bclkInputDela… in SAI_TxSetBitclockConfig()
1150 tcr2 |= I2S_TCR2_BCP(config->bclkPolarity); in SAI_TxSetBitclockConfig()
1172 …rcr2 |= I2S_RCR2_BCD(1U) | I2S_RCR2_BCP(config->bclkPolarity) | I2S_RCR2_BCI(config->bclkInputDela… in SAI_RxSetBitclockConfig()
1178 rcr2 |= I2S_RCR2_BCP(config->bclkPolarity); in SAI_RxSetBitclockConfig()
Dfsl_sai.h357 sai_clock_polarity_t bclkPolarity; /*!< bit clock polarity */ member