Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/include/twl/os/common/
Dinterrupt.h473 static inline volatile OSIrqMask OS_GetIrqCheckFlagEx(void) in OS_GetIrqCheckFlagEx() function
/TwlSDK-5.3.1/build/libraries/os/common/src/
Dos_irqHandler.c361 while (!(OS_GetIrqCheckFlagEx() & irqFlags)) in OS_WaitIrqEx()