Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/
Dfsl_lpflexcomm.c206 uint32_t interruptStat; in LP_FLEXCOMM_CommonIRQHandler() local
208 interruptStat = LP_FLEXCOMM_GetInterruptStatus(instance); in LP_FLEXCOMM_CommonIRQHandler()
209 if ((interruptStat & in LP_FLEXCOMM_CommonIRQHandler()
218 …if ((interruptStat & ((uint32_t)kLPFLEXCOMM_UartRxInterruptFlag | (uint32_t)kLPFLEXCOMM_UartTxInte… in LP_FLEXCOMM_CommonIRQHandler()
226 if (((interruptStat & (uint32_t)kLPFLEXCOMM_SpiInterruptFlag)) != 0U) in LP_FLEXCOMM_CommonIRQHandler()