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

PWMTimerCC3200 Hardware attributes. More...

#include <PWMTimerCC3200.h>

Data Fields

uint32_t baseAddr
 
uint16_t timer
 

Detailed Description

PWMTimerCC3200 Hardware attributes.

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

A sample structure is shown below:

const PWMTimerCC3200_HWAttrs PWMTimerCC3200HWAttrs[] = {
{
.baseAddr = TIMERA3_BASE,
.timer = TIMER_A
},
{
.baseAddr = TIMERA3_BASE,
.timer = TIMER_B
},
};

Field Documentation

uint32_t PWMTimerCC3200_HWAttrs::baseAddr

Timer peripheral base address

uint16_t PWMTimerCC3200_HWAttrs::timer

Half-timers to generate outputs


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