Function List

Common Functions

TimInit

Initialization processing

TimExit

Termination processing

TimGetErrorString

Retrieves error string

Wait

TimWait

Wait

Elapsed Time Measurement

TimCountStart

Starts measuring the elapsed time

TimCountStop

Stops measuring the elapsed time

TimCountLap

Retrieves the elapsed time

TimCountReset

Resets the elapsed time

Interval Timer

TimStartTimer

Starts the interval timer

TimTimerCallBackProc

Registers the callback function for TimStartTimer function

TimStopTimer

Stops the interval timer

Timer Mode Settings

TimSelectTimerType

Sets the timer type

TimSetMeasureMode

Sets the measurement mode

Retrieve the Timer Mode Settings

TimGetTimerType

Retrieves the timer type

TimGetMeasureMode

Retrieves the measurement mode

TimIsTimer

Retrieves whether the specified timer type can be used or not.