Partager via


OALTimerSetCompare (Windows CE 5.0)

Send Feedback

This function sets the timer compare value.

Implement this function only for systems with a count and compare timer.

VOID OALTimerSetCompare(  UINT32 compare);

Parameters

  • compare
    [in] Specifies the timer compare value, in ticks.

Return Values

None.

Remarks

You can use this function to implement the OALTimerRecharge, OALTimerCountsSinceSysTick, and OALTimerUpdate.

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.