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

PWMTiva Hardware attributes. More...

#include <PWMTiva.h>

Data Fields

uint32_t baseAddr
 
uint32_t pwmOutput
 
uint32_t pwmGenOpts
 

Detailed Description

PWMTiva Hardware attributes.

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

A sample structure is shown below:

const PWMTiva_HWAttrs PWMTivaHWAttrs[] = {
{
.baseAddr = PWM0_BASE,
.pwmOutput = PWM_OUT_0,
.pwmGenOpts = PWM_GEN_MODE_DOWN | PWM_GEN_MODE_DBG_RUN
}
};

Field Documentation

uint32_t PWMTiva_HWAttrs::baseAddr

PWM peripheral base address

uint32_t PWMTiva_HWAttrs::pwmOutput

Encoded PWM offset address

uint32_t PWMTiva_HWAttrs::pwmGenOpts

Generator options for PWM


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