OEMNMIHandler
Other versions of this page are also available for the following:
8/27/2008
This function enables a nonmaskable interrupt (NMI) to be captured by an OEM.
Syntax
void OEMNMIHandler (void);
Parameters
None.
Return Value
None.
Remarks
OEMs implement this function if they are targeting an x86 or SHx platform.
This function is designed to handle critical power issues only. All critical power issues must be resolved by this function before returning to the kernel.
After this function returns to the kernel, the system halts.
For a sample implementation of this function, see the CEPC platform source code in Fwpc.c.
Requirements
Header | Developer Implemented |
Library | Nk.lib |
Windows Embedded CE | Windows CE 2.10 and later |
See Also
Tasks
How to Develop an OEM Adaptation Layer