![]() |
![]() |
The definition of a timer function table that contains the required set of functions to control a specific timer driver implementation. More...
#include <Timer.h>
Data Fields | |
| Timer_CloseFxn | closeFxn |
| Timer_ControlFxn | controlFxn |
| Timer_GetCountFxn | getCountFxn |
| Timer_InitFxn | initFxn |
| Timer_OpenFxn | openFxn |
| Timer_StartFxn | startFxn |
| Timer_StopFxn | stopFxn |
The definition of a timer function table that contains the required set of functions to control a specific timer driver implementation.
| Timer_CloseFxn Timer_FxnTable_::closeFxn |
< Function to close the specified peripheral. Function to implementation specific control function.
| Timer_ControlFxn Timer_FxnTable_::controlFxn |
Function to get the count of the specified peripheral.
| Timer_GetCountFxn Timer_FxnTable_::getCountFxn |
Function to initialize the given data object.
| Timer_InitFxn Timer_FxnTable_::initFxn |
Function to open the specified peripheral.
| Timer_OpenFxn Timer_FxnTable_::openFxn |
Function to start the specified peripheral.
| Timer_StartFxn Timer_FxnTable_::startFxn |
Function to stop the specified peripheral.
| Timer_StopFxn Timer_FxnTable_::stopFxn |