Data Fields
GPTimerCC26XX_Object Struct Reference

GPTimer26XX Object. More...

#include <GPTimerCC26XX.h>

Collaboration diagram for GPTimerCC26XX_Object:
Collaboration graph
[legend]

Data Fields

GPTimerCC26XX_Width width
 
bool isOpen [2]
 
HwiP_Struct hwi [2]
 
GPTimerCC26XX_HwiFxn hwiCallbackFxn [2]
 
volatile bool powerConstraint [2]
 
uint32_t arg
 

Detailed Description

GPTimer26XX Object.

These fields are used by the driver to store and modify GPTimer configuration during run-time. The application must not edit any member variables of this structure. Appplications should also not access member variables of this structure as backwards compatibility is not guaranteed. An example structure is shown below:

// GPTimer objects, one per full-width timer (A+B) (Timer 0, Timer 1..)
GPTimerCC26XX_Object gptimerCC26XXObjects[CC2650_GPTIMERCOUNT];

Field Documentation

§ width

GPTimerCC26XX_Width GPTimerCC26XX_Object::width

Timer width configuration (16/32bit)

§ isOpen

bool GPTimerCC26XX_Object::isOpen[2]

Object is opened flag

§ hwi

HwiP_Struct GPTimerCC26XX_Object::hwi[2]

Hardware interrupt struct

§ hwiCallbackFxn

GPTimerCC26XX_HwiFxn GPTimerCC26XX_Object::hwiCallbackFxn[2]

Hardware interrupt callback function

§ powerConstraint

volatile bool GPTimerCC26XX_Object::powerConstraint[2]

Standby power constraint flag

§ arg

uint32_t GPTimerCC26XX_Object::arg

Arbritrary Argument


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