Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/easrc/
Dfsl_asrc.h540 static inline uint32_t ASRC_GetInterruptStatus(ASRC_Type *base) in ASRC_GetInterruptStatus() function
Dfsl_asrc.c1077 …if (((ASRC_GetInterruptStatus(base) & ((uint32_t)kASRC_Context0RunStopDone << (uint32_t)context)) … in ASRC_TransferBlocking()