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>
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 timer.
Timer_ControlFxn Timer_FxnTable::controlFxn |
Implementation-specific control function.
Timer_GetCountFxn Timer_FxnTable::getCountFxn |
Function to get the count of the specified timer.
Timer_InitFxn Timer_FxnTable::initFxn |
Function to initialize the driver instance.
Timer_OpenFxn Timer_FxnTable::openFxn |
Function to open the specified timer.
Timer_SetPeriodFxn Timer_FxnTable::setPeriodFxn |
Function to set the period of the specified timer.
Timer_StartFxn Timer_FxnTable::startFxn |
Function to start the specified timer.
Timer_StopFxn Timer_FxnTable::stopFxn |
Function to stop the specified timer.