// HEL Library \\ |
|
Get Counter Value.
|
|
Check if timer is enabled.
Checks if the timer specified by
|
|
Reset Counter Value.
The hel_TimerResetValue function sets the 16bit counter value of the timer specified by
|
|
Start/Stop a timer.
Starts or stops the timer specified by
|
|
Set frequency. Set the frequency at which the timer updates.
+---------+------------------------------------+ | Value | Frequency | +---------+------------------------------------+ | 0 | 59,595 nanos (running 16,78MHz) | | 1 | 3,841 micrs (running clock/64) | | 2 | 15,256 micrs (running clock/256) | | 3 | 61,025 micrs (running clock/1024) | +---------+------------------------------------+ |
|
Set Counter Value.
The hel_TimerSetValue function sets the 16bit counter value of the timer specified by
|
|
Start a timer.
Starts the timer specified by
|
|
Stop a timer.
Stops the timer specified by
|
|
Stop all Timers. The hel_TimerStopAll function stops all enabled timers.
|