Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.c149 static sai_handle_t *s_saiHandle[ARRAY_SIZE(s_saiBases)][2]; variable
2323 s_saiHandle[SAI_GetInstance(base)][0] = handle; in SAI_TransferTxCreateHandle()
2354 s_saiHandle[SAI_GetInstance(base)][1] = handle; in SAI_TransferRxCreateHandle()
2887 …if ((s_saiHandle[0][1] != NULL) && SAI_RxGetEnabledInterruptStatus(I2S0, (I2S_TCSR_FRIE_MASK | I2S… in I2S0_DriverIRQHandler()
2890 …if ((s_saiHandle[0][1] != NULL) && SAI_RxGetEnabledInterruptStatus(I2S0, (I2S_TCSR_FWIE_MASK | I2S… in I2S0_DriverIRQHandler()
2894 s_saiRxIsr(I2S0, s_saiHandle[0][1]); in I2S0_DriverIRQHandler()
2897 …if ((s_saiHandle[0][0] != NULL) && SAI_TxGetEnabledInterruptStatus(I2S0, (I2S_TCSR_FRIE_MASK | I2S… in I2S0_DriverIRQHandler()
2900 …if ((s_saiHandle[0][0] != NULL) && SAI_TxGetEnabledInterruptStatus(I2S0, (I2S_TCSR_FWIE_MASK | I2S… in I2S0_DriverIRQHandler()
2904 s_saiTxIsr(I2S0, s_saiHandle[0][0]); in I2S0_DriverIRQHandler()
2912 assert(s_saiHandle[0][0] != NULL); in I2S0_Tx_DriverIRQHandler()
[all …]