OALTimerGetCompare (Windows CE 5.0)
This function returns the timer compare value.
Implement this function only for systems with a count and compare timer.
UINT32 OALTimerGetCompare();
Parameters
None.
Return Values
Returns the timer compare value, in ticks.
Remarks
Use this function to implement 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