Data Fields
TimerCC26XX_HWAttrs Struct Reference

TimerCC26XX Hardware Attributes. More...

#include <TimerCC26XX.h>

Data Fields

TIMER_BASE_HWATTRS uint8_t gpTimerUnit
 
TimerCC26XX_SubTimer subTimer
 

Detailed Description

TimerCC26XX Hardware Attributes.

Timer hardware attributes that tell the TimerCC26XX driver specific GPTimer hardware configurations.

A sample structure is shown below:

const TimerCC26XX_HWAttrs timerCC26XXHWAttrs[] =
{
{
.gpTimerUnit = GPTIMER0A,
},
{
.gpTimerUnit = GPTIMER0B,
},
{
.gpTimerUnit = GPTIMER1A,
.subTimer = TimerCC26XX_timer32
}
};

Field Documentation

§ gpTimerUnit

TIMER_BASE_HWATTRS uint8_t TimerCC26XX_HWAttrs::gpTimerUnit

GPTimerCC26XX_Config unit index (0A, 0B, 1A..)

§ subTimer

TimerCC26XX_SubTimer TimerCC26XX_HWAttrs::subTimer

Specifies a full-width timer or half-width timer.


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