Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.c34 #define IS_SAI_FLAG_SET(reg, flag) (((reg) & ((uint32_t)flag)) != 0UL) macro
177 return IS_SAI_FLAG_SET(rcsr, enableFlag) && IS_SAI_FLAG_SET(rcsr, statusFlag); in SAI_RxGetEnabledInterruptStatus()
184 return IS_SAI_FLAG_SET(tcsr, enableFlag) && IS_SAI_FLAG_SET(tcsr, statusFlag); in SAI_TxGetEnabledInterruptStatus()
312 if (IS_SAI_FLAG_SET((1UL << j), channelMask)) in SAI_WriteNonBlocking()
344 if (IS_SAI_FLAG_SET((1UL << j), channelMask)) in SAI_ReadNonBlocking()
1145 if (IS_SAI_FLAG_SET(1UL << i, config->channelMask)) in SAI_ComputeChannelConfig()
1154 if (IS_SAI_FLAG_SET((1UL << i), config->channelMask)) in SAI_ComputeChannelConfig()
1564 while (!(IS_SAI_FLAG_SET(base->TCSR, I2S_TCSR_FWF_MASK))) in SAI_WriteBlocking()
1574 while (!(IS_SAI_FLAG_SET(base->TCSR, I2S_TCSR_FWF_MASK))) in SAI_WriteBlocking()
1606 if (IS_SAI_FLAG_SET((1UL << i), channelMask)) in SAI_WriteMultiChannelBlocking()
[all …]