OSIsEnableInterrupts

Syntax

#include <revolution/os.h>

BOOL OSIsEnableInterrupts(void);

Arguments

None.

Return Values

If a nonzero value, then interrupts are permitted. If 0, then interrupts are prohibited.

Description

Gets the permission state for interrupts at the time the function is called.

See Also

Interrupt Functions
OSEnableInterrupts
OSDisableInterrupts
OSRestoreInterrupts

Revision History

2009/07/16 Initial version.


CONFIDENTIAL