

#include <nitro/os.h>BOOL OS_GetIrq( void );None.
Returns the current IRQ interrupt permission status.
Enabled if TRUE; disabled if FALSE.
This function obtains the current IRQ interrupt permission status.
Reads the IME (Interrupt Master Enable) of the I/O registers and returns that value.
OS_EnableIrq, OS_DisableIrq, OS_RestoreIrq
2008/03/14 Initial version.
CONFIDENTIAL