Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.h1124 static inline void SAI_RxEnableInterrupts(I2S_Type *base, uint32_t mask) in SAI_RxEnableInterrupts() function
Dfsl_sai.c2543 SAI_RxEnableInterrupts(base, I2S_TCSR_FEIE_MASK | I2S_TCSR_FRIE_MASK); in SAI_TransferReceiveNonBlocking()
2545 SAI_RxEnableInterrupts(base, I2S_TCSR_FEIE_MASK | I2S_TCSR_FWIE_MASK); in SAI_TransferReceiveNonBlocking()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/audio/
Dfsl_adapter_sai.c571 SAI_RxEnableInterrupts(s_i2sBases[audioHandle->instance], kSAI_FIFOErrorInterruptEnable); in HAL_AudioCommonInit()