INTERRUPTS_ON (Windows Embedded CE 6.0)
1/6/2010
This function enables all interrupts.
Syntax
VOID INTERRUPTS_ON (void);
Parameters
None.
Return Value
None.
Remarks
When synchronizing real-time clock (RTC) routines, critical sections should be used instead of interrupts. For more information on critical sections, see Critical Section Objects.
Requirements
Header | nkintr.h |
Library | Nk.lib |
Windows Embedded CE | Windows CE 2.10 and later |
See Also
Reference
Kernel Functions
INTERRUPTS_OFF
INTERRUPTS_ENABLE
Other Resources
OEMInterruptHandler
OEMInterruptHandlerFIQ
ARM Microprocessor
CPUEnterIdle Routine
Interrupt Service Routines