OALStall (Windows Embedded CE 6.0)
1/5/2010
This function stalls the CPU for a specified number of microseconds.
Syntax
VOID OALStall(
UINT32 uSecs
);
Parameters
- uSecs
[in] Number of microseconds to stall the CPU.
Return Value
None.
Remarks
Because this function is used during system boot, it must be called before the interrupt subsystem is active.
Requirements
Header | oal_timer.h |
Library | Developer Implemented |
Windows Embedded CE | Windows CE 5.0 and later |