OALCPUIdle (Windows CE 5.0)
This function puts the CPU or SOC into an idle state. The CPU or SOC should be in the idle state when an interrupt occurs.
VOID OALCPUIdle();
Parameters
None.
Return Values
None.
Remarks
This function is called with interrupts disabled. When this function returns, interrupts must also be disabled.
Implement this function only when you use OEMIdle. The common library contains a busy loop implementation that you can use for development.
Requirements
OS Versions: Windows CE 5.0 and later
Header: Oal_timer.h
Link Library: Developer-defined
See Also
Send Feedback on this topic to the authors