OALStall (Windows CE 5.0)

Send Feedback

This function stalls the CPU for a specified number of microseconds.

VOID OALStall(  UINT32 uSecs);

Parameters

  • uSecs
    [in] Number of microseconds to stall the CPU.

Return Values

None.

Remarks

Because this function is used during system boot, it must be called before the interrupt subsystem is active.

Requirements

OS Versions: Windows CE 5.0 and later
Header: Oal_timer.h
Link Library: Developer-defined

See Also

Timer Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.