Data Fields
Timer_Params Struct Reference

Timer Parameters. More...

#include <Timer.h>

Collaboration diagram for Timer_Params:
Collaboration graph
[legend]

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.

§ periodUnits

Timer_PeriodUnits Timer_Params::periodUnits

Units used to specify the period.

§ timerCallback

Timer_CallBackFxn Timer_Params::timerCallback

Callback function called when timerMode is Timer_ONESHOT_CALLBACK or Timer_CONTINUOUS_CALLBACK.

§ period

uint32_t Timer_Params::period

Period in units of periodUnits.


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