Data Fields
TimerMSP432_Object Struct Reference

TimerMSP432 Object Driver specific structure that takes care of various driver parameters such as hardware interrupts and callbacks. The application should not modify any members of this structure. More...

#include <TimerMSP432.h>

Data Fields

bool resourceAvailable
 
Timer_Configconfig
 
HwiP_Params hwiParams
 
HwiP_Handle hwiHandle
 
Timer_CallBackFxn callBack
 
SemaphoreP_Handle timerSem
 
Timer_Mode timerMode
 
bool isRunning
 
uint32_t timerPeriod
 

Detailed Description

TimerMSP432 Object Driver specific structure that takes care of various driver parameters such as hardware interrupts and callbacks. The application should not modify any members of this structure.

Field Documentation

§ resourceAvailable

bool TimerMSP432_Object::resourceAvailable

§ config

Timer_Config* TimerMSP432_Object::config

§ hwiParams

HwiP_Params TimerMSP432_Object::hwiParams

§ hwiHandle

HwiP_Handle TimerMSP432_Object::hwiHandle

§ callBack

Timer_CallBackFxn TimerMSP432_Object::callBack

§ timerSem

SemaphoreP_Handle TimerMSP432_Object::timerSem

§ timerMode

Timer_Mode TimerMSP432_Object::timerMode

§ isRunning

bool TimerMSP432_Object::isRunning

§ timerPeriod

uint32_t TimerMSP432_Object::timerPeriod

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