OALTimerSetCompare (Windows CE 5.0)
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
Send Feedback on this topic to the authors