次の方法で共有


StallExecution (Compact 2013)

3/26/2014

This function stalls the caller on the current processor for a given interval.

Syntax

VOID StallExecution(
  DWORD dwMicroSec 
);

Parameters

  • dwMicroSec
    [in] Specifies the number of microseconds to delay.

Return Value

None.

Remarks

CalibrateStallCounter should be called prior to a call to StallExecution, to increase the accuracy of the delay interval.

Requirements

Header

ceddk.h

Library

CEDDK.lib

See Also

Reference

Ceddk.dll Bus Access Functions
Ceddk.dll
CalibrateStallCounter