Searched refs:OS_WaitInterrupt (Results 1 – 5 of 5) sorted by relevance
32 void OS_WaitInterrupt(BOOL clearEnable, OSIrqMask intrFlags);
309 extern void OS_WaitInterrupt(BOOL clear, OSIrqMask irqFlags);
279 void OS_WaitInterrupt(BOOL clear, OSIrqMask irqFlags) in OS_WaitInterrupt() function
331 OS_WaitInterrupt( clear, irqFlags ); in OS_WaitIrq()
464 OS_WaitInterrupt(1, OS_IE_V_COUNT); in NitroMain()