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

PWMTimerMSP432 Hardware attributes. More...

#include <PWMTimerMSP432.h>

Data Fields

uint32_t baseAddr
 
uint8_t compareRegister
 

Detailed Description

PWMTimerMSP432 Hardware attributes.

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

A sample structure is shown below:

const PWMTimerMSP432_HWAttrs PWMTimerMSP432HWAttrs[] = {
{
.baseAddr = TIMER_A0_BASE,
.compareRegister = TIMER_A_CAPTURECOMPARE_REGISTER_1
},
};

Field Documentation

uint32_t PWMTimerMSP432_HWAttrs::baseAddr

PWMTimer peripheral base address

uint8_t PWMTimerMSP432_HWAttrs::compareRegister

Timer compare register for PWM


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