![]() |
![]() |
Holder of common helper functions for the Timer driver.
============================================================================

Go to the source code of this file.
Functions | |
| void | TimerSupport_timerDisable (Timer_Handle handle) |
| Function to disable the timer peripheral. More... | |
| void | TimerSupport_timerEnable (Timer_Handle handle) |
| Function to enable the timer peripheral. More... | |
| bool | TimerSupport_timerFullWidth (Timer_Handle handle) |
| Function to determine if timer is full-width. More... | |
| void | TimerSupport_timerLoad (Timer_Handle handle) |
| Function to load timer peripheral. More... | |
| void TimerSupport_timerDisable | ( | Timer_Handle | handle | ) |
Function to disable the timer peripheral.
| [in] | handle | A Timer_Handle returned from Timer_open() |
| void TimerSupport_timerEnable | ( | Timer_Handle | handle | ) |
Function to enable the timer peripheral.
| [in] | handle | A Timer_Handle returned from Timer_open() |
| bool TimerSupport_timerFullWidth | ( | Timer_Handle | handle | ) |
Function to determine if timer is full-width.
| [in] | handle | A Timer_Handle returned from Timer_open() |
| void TimerSupport_timerLoad | ( | Timer_Handle | handle | ) |
Function to load timer peripheral.
| [in] | handle | A Timer_Handle returned from Timer_open() |