#include <nitro/os.h>
OSIrqMask OS_GetRequestIrqMask( void );
None.
The value of the current IRQ interrupt request register. Refer to the following for more about the IRQ types.
This function obtains the current value of the IRQ interrupt request register.
If an IRQ interrupt occurs, the bit is set for the IRQ interrupt cause that corresponds to the source of the interrupt. To reset the bit you need, use the OS_ResetRequestIrqMask
function.
Reads the IF register (interrupt request register) that is in the I/O register.
2008/05/30 Moved the types of interrupts to a separate page.
2005/03/08 Standardized the Japanese term for "interrupt."
2003/12/01 Initial version.
CONFIDENTIAL