Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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