OSEnableInterrupts

Syntax

#include <revolution/os.h>

BOOL OSEnableInterrupts(void);

Arguments

None.

Return Values

As long as the return value is not 0, interrupts of the status before the function call are enabled. If the return value is 0, interrupts of the status before the function call are disabled.

Description

Enables external interrupts and decrementer exceptions.

See Also

Interrupt Functions
OSDisableInterrupts
OSIsEnableInterrupts
OSRestoreInterrupts

Revision History

2009/07/16 Added OSIsEnableInterrupts to See Also.
2008/12/11 Added that status is that before this function is called to the description of return values.
2006/03/01 Initial version.


CONFIDENTIAL