次の方法で共有


OALTimerGetCompare (Compact 2013)

10/16/2014

This function returns the timer compare value.

Implement this function only for systems with a count and compare timer.

Syntax

UINT32 OALTimerGetCompare();

Parameters

None.

Return Value

Returns the timer compare value, in ticks.

Remarks

Use this function to implement OALTimerRecharge, OALTimerCountsSinceSysTick, and OALTimerUpdate.

Requirements

Header

oal_timer.h

Library

Developer Implemented

See Also

Reference

Timer Functions