次の方法で共有


OALStall (Compact 2013)

10/16/2014

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 able to be called before the interrupt subsystem is active.

Requirements

Header

oal_timer.h

Library

Developer Implemented

See Also

Reference

Timer Functions