Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.h378 …bool bclkInputDelay; /*!< bit clock actually used by the transmitter is delayed by the pad output … member
Dfsl_sai.c376 config->bitClock.bclkInputDelay = false; in SAI_GetCommonConfig()
849 …2 |= I2S_TCR2_BCD(1U) | I2S_TCR2_BCP(config->bclkPolarity) | I2S_TCR2_BCI(config->bclkInputDelay) | in SAI_TxSetBitclockConfig()
877 …2 |= I2S_RCR2_BCD(1U) | I2S_RCR2_BCP(config->bclkPolarity) | I2S_RCR2_BCI(config->bclkInputDelay) | in SAI_RxSetBitclockConfig()