OALTimerRecharge (Windows CE 5.0)
This function is usually called from the timer interrupt handler to recharge the timer for subsequent system ticks.
VOID OALTimerRecharge( UINT32 period, UINT32 margin);
Parameters
- period
[in] Specifies the number of ticks in the system tick period. - margin
[in] Specifies the safe time range, in ticks, in which the timer can be modified without errors.
Return Values
None.
Remarks
Depending on your timer hardware implementation, this function can be stubbed.
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