Timer Global configuration. More...
#include <Timer.h>
Data Fields | |
Timer_FxnTable const * | fxnTablePtr |
void * | object |
void const * | hwAttrs |
Timer Global configuration.
The Timer_Config structure contains a set of pointers used to characterize the timer driver implementation.
This structure needs to be defined before calling Timer_init() and it must not be changed thereafter.
Timer_FxnTable const* Timer_Config_::fxnTablePtr |
Pointer to a table of driver-specific implementations of timer APIs.
void* Timer_Config_::object |
Pointer to a driver specific data object.
void const* Timer_Config_::hwAttrs |
Pointer to a driver specific hardware attributes structure.