TI-RTOS for SimpleLink Wireless MCUs  2.14.03.28
Data Fields
PWMTimerTiva_HWAttrs Struct Reference

PWMTimerCC3200 Hardware attributes. More...

#include <PWMTimerTiva.h>

Data Fields

uint32_t baseAddr
 
uint16_t timer
 

Detailed Description

PWMTimerCC3200 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 PWMTimerTiva_HWAttrs PWMTimerTivaHWAttrs[] = {
{
.baseAddr = TIMERA3_BASE,
.timer = TIMER_A
},
{
.baseAddr = TIMERA3_BASE,
.timer = TIMER_B
},
};

Field Documentation

uint32_t PWMTimerTiva_HWAttrs::baseAddr

Timer peripheral base address

uint16_t PWMTimerTiva_HWAttrs::timer

Half-timers to generate outputs


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