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.
1/5/2010
This function sets the timer compare value.
Implement this function only for systems with a count and compare timer.
Syntax
VOID OALTimerSetCompare(
UINT32 compare
);
Parameters
- compare
[in] Specifies the timer compare value, in ticks.
Return Value
None.
Remarks
You can use this function to implement the OALTimerRecharge, OALTimerCountsSinceSysTick, and OALTimerUpdate.
Requirements
| Header | oal_timer.h |
| Library | Developer Implemented |
| Windows Embedded CE | Windows CE 5.0 and later |