INTERRUPTS_OFF (Windows CE 5.0)
This function disables all interrupts.
VOID INTERRUPTS_OFF(void);
Parameters
None.
Return Values
None.
Remarks
This function is available to OAL routines so that they can perform critical operations without being interrupted. For example, you can disable interrupts while updating two parts of a device register.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Nkintr.h.
Link Library: Nk.lib.
See Also
INTERRUPTS_ON | INTERRUPTS_ENABLE
Send Feedback on this topic to the authors