#include <nitro/os.h>
void OS_WaitAnyIrq( void );
This function waits for any IRQ interrupt.
It waits for IRQ interrupts to be generated, regardless of type. It does not look for interrupt check flags, and therefore returns when an interrupt is actually generated.
None
None
05/01/2004 Initial version