OS_WaitAnyIrq

C Specification

#include <nitro/os.h>

void OS_WaitAnyIrq( void );

Arguments

None.

Return Values

None.

Description

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.

See Also

OS_WaitIrq

Revision History

03/08/2005 Standardized the Japanese term for "interrupt"
05/01/2004 Initial version