Data Fields
Timer_Config_ Struct Reference

Timer Global configuration. More...

#include <Timer.h>

Collaboration diagram for Timer_Config_:
Collaboration graph
[legend]

Data Fields

Timer_FxnTable const * fxnTablePtr
 
void * object
 
void const * hwAttrs
 

Detailed Description

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.

See also
Timer_init()

Field Documentation

§ fxnTablePtr

Timer_FxnTable const* Timer_Config_::fxnTablePtr

Pointer to a table of driver-specific implementations of timer APIs.

§ object

void* Timer_Config_::object

Pointer to a driver specific data object.

§ hwAttrs

void const* Timer_Config_::hwAttrs

Pointer to a driver specific hardware attributes structure.


The documentation for this struct was generated from the following file:
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale