Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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