Data Fields
Timer_Params_ Struct Reference

Timer Parameters. More...

#include <Timer.h>

Data Fields

Timer_Mode timerMode
 
Timer_PeriodUnits periodUnits
 
Timer_CallBackFxn timerCallback
 
uint32_t period
 

Detailed Description

Timer Parameters.

Timer parameters are used to with the Timer_open() call. Default values for these parameters are set using Timer_Params_init().

Field Documentation

§ timerMode

Timer_Mode Timer_Params_::timerMode

< Mode to be used by the timer driver. Units used to specify the period.

§ periodUnits

Timer_PeriodUnits Timer_Params_::periodUnits

Callback function called when timerMode is Timer_ONESHOT_CALLBACK or Timer_CONTINUOUS_CALLBACK.

§ timerCallback

Timer_CallBackFxn Timer_Params_::timerCallback

Period in units of periodUnits.

§ period

uint32_t Timer_Params_::period

The documentation for this struct was generated from the following file:
Copyright 2017, Texas Instruments Incorporated