Data Fields
GPTimerCC26XX_Config Struct Reference

GPTimer Global configuration. More...

#include <GPTimerCC26XX.h>

Collaboration diagram for GPTimerCC26XX_Config:
Collaboration graph
[legend]

Data Fields

GPTimerCC26XX_Objectobject
 
const GPTimerCC26XX_HWAttrshwAttrs
 
GPTimerCC26XX_Part timerPart
 

Detailed Description

GPTimer Global configuration.

The GPTimerCC26XX_Config structure contains a set of pointers used to characterize the GPTimer driver implementation. An example structure is shown below:

// GPTimer configuration (used as GPTimer_Handle by driver and application)
const GPTimerCC26XX_Config GPTimerCC26XX_config[CC2650_GPTIMERPARTSCOUNT] = {
{ &gptimerCC26XXObjects[0], &gptimerCC26xxHWAttrs[0], GPT_A},
{ &gptimerCC26XXObjects[0], &gptimerCC26xxHWAttrs[1], GPT_B},
{ &gptimerCC26XXObjects[1], &gptimerCC26xxHWAttrs[2], GPT_A},
{ &gptimerCC26XXObjects[1], &gptimerCC26xxHWAttrs[3], GPT_B},
{ &gptimerCC26XXObjects[2], &gptimerCC26xxHWAttrs[4], GPT_A},
{ &gptimerCC26XXObjects[2], &gptimerCC26xxHWAttrs[5], GPT_B},
{ &gptimerCC26XXObjects[3], &gptimerCC26xxHWAttrs[6], GPT_A},
{ &gptimerCC26XXObjects[3], &gptimerCC26xxHWAttrs[7], GPT_B},
};

Field Documentation

§ object

GPTimerCC26XX_Object* GPTimerCC26XX_Config::object

§ hwAttrs

const GPTimerCC26XX_HWAttrs* GPTimerCC26XX_Config::hwAttrs

Referenced by GPTimerCC26XX_getPinMux().

§ timerPart

GPTimerCC26XX_Part GPTimerCC26XX_Config::timerPart

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