A SERVICE OF

logo

iVIEW-100 Series user’s Manual, 2006, v2.0 ----- 129
A.2.6 Type 6: Timer & Watchdog Timer
Function Description
TimerOpen Open timer function usage.
TimerClose Stop timer function.
TimerResetValue Reset timer to 0.
TimerReadValue Read main time ticks.
DelayMs Delay some time interval. T
he time
unit is ms, use system timeticks.
Delay Delay some time interval. T
he time
unit is ms, use CPU Timer 1.
Delay_1 Delay some time interval.The time unit
is 0.1 ms, use CPU Timer 1.
Delay_2 Delay some time interval.The time unit
is 0.01 ms, use CPU Timer 1.
StopWatchStart Start to use a StopWatch channel.
StopWatchReset Reset the StopWatch value to 0.
StopWatchStop Disable the StopWatch channel.
StopWatchPause Pause the StopWatch.
StopWatchContinue Continue the StopWatch.
StopWatchReadValue Read current StopWatch value.
CountDownTimerStart Start to use CountDownTimer.
CountDownTimerReadValue
Read current CountDownTimer value
InstallUserTimer
Install user's timer function. User's
timer function will be called every 1
ms.
InstallUserTimer1C
Install user's timer function on interrupt
0x1c. System timer will
call int 0x1c
every 55 ms.
EnableWDT Enable Watch dog timer
DisableWDT Disable Watch dog timer
RefreshWDT Refresh Watch dog timer
…………more…………
There are more user function for Timer
& Watchdog Timer, please refer to
Appendix C iVIEW.h and
CD\Napdos\7188\miniOS7\manual\ind
ex.html for more information.