TI-RTOS Drivers  tidrivers_cc13xx_cc26xx_2_16_01_13
Data Fields
PWMTimerCC26XX_HWAttrs Struct Reference

PWMTimerCC26XX Hardware attributes. More...

#include <PWMTimerCC26XX.h>

Data Fields

uint32_t baseAddr
 
uint16_t timer
 
uint32_t powerMngrId
 
uint8_t pwmPinId
 

Detailed Description

PWMTimerCC26XX Hardware attributes.

These fields are used by driverlib APIs and therefore must be populated by driverlib macro definitions. For CCWare these definitions are found in:

A sample structure is shown below:

const PWMTimerCC26XX_HWAttrs PWMTimerCC26XXHWAttrs[] = {
{TIMERA3_BASE, TIMER_A},
{TIMERA3_BASE, TIMER_B},
};

Field Documentation

uint32_t PWMTimerCC26XX_HWAttrs::baseAddr

Timer peripheral base address

uint16_t PWMTimerCC26XX_HWAttrs::timer

Half-timers to generate outputs

uint32_t PWMTimerCC26XX_HWAttrs::powerMngrId

UART Peripheral's power manager ID

uint8_t PWMTimerCC26XX_HWAttrs::pwmPinId

The PIN ID of the PWM output


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