Type 6: Timer and Watchdog Timer
Function Description
TimerOpen
Opens the timer function for use.
TimerClose
Stops the timer function.
TimerResetValue
Resets the timer to 0.
TimerReadValue
Reads the main time ticks.
DelayMs
Inserts a delay for a specific time interval.
The time unit is ms, and uses system time
ticks.
Delay
Inserts a delay for a specific time interval.
The time unit is ms, and uses the Timer 1
feature of the CPU.
Delay_1
Inserts a delay for a specific time interval.
The time unit is 0.1 ms, and uses the
Timer 1 feature of the CPU.
Delay_2
Inserts a delay for a specific time interval.
The time unit is 0.01 ms, and uses the
Timer 1 feature of the CPU.
StopWatchStart
Starts using a StopWatch channel.
StopWatchReset
Resets the StopWatch value to 0.
StopWatchStop
Disables the StopWatch channel.
StopWatchPause
Pauses the StopWatch.
StopWatchContinue
Restarts the StopWatch.
StopWatchReadValue
Reads the current StopWatch value.
CountDownTimerStart
Starts using CountDownTimer.
CountDownTimerReadValue Reads the current CountDownTimer value
InstallUserTimer
Installs a user timer function, which will be
called at intervals of 1 ms.
InstallUserTimer1C
Installs a user timer function on interrupt
0x1c. System timer will call int 0x1c at
intervals of 55 ms.
EnableWDT
Enables the Watchdog timer
DisableWDT
Disables the Watchdog timer
RefreshWDT
Refreshes the Watchdog timer
…More…
There are many other custom timer and
Watchdog Timer functions available.
Please refer to the 7188xc.h header file
I-7188XC Series User’s Manual(Ver.1.0, Apr/2007,7MH-21-10) ---
116
Summary of Contents for I-7188XC Series
Page 87: ...I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 87...
Page 136: ...I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 136...
Page 142: ...Step 8 Make the project I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 142...
Page 149: ...Step 8 Rebuild the project I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 149...