OALTimerGetCount (Windows CE 5.0)
This function returns the actual timer value.
Use OALTimerGetCount to implement OALGetTickCount or OALStall when the global timer variable has not been initialized.
UINT32 OALTimerGetCount()
Parameters
None.
Return Values
Returns the actual timer value.
Remarks
This function call should also clear the timer interrupt.
For systems with a count and compare timer, you can 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