API Documentation  9.14.00
Data Fields
GPTimerCC26XX_Config Struct Reference

GPTimer Global configuration. More...

Data Fields

const GPTimerCC26XX_HWAttrshwAttrs
 
GPTimerCC26XX_Objectobject
 
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},
};

The documentation for this struct was generated from the following file: