#include <nitro/os.h>
void OS_WaitAnyIrq( void );
None.
None.
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.
03/08/2005 Standardized the Japanese term for "interrupt"
05/01/2004 Initial version