OALCPUIdle (Windows Embedded CE 6.0)
1/5/2010
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.
Syntax
VOID OALCPUIdle();
Parameters
None.
Return Value
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
Header | oal_timer.h |
Library | Developer Implemented |
Windows Embedded CE | Windows CE 5.0 and later |