Data Fields
TimerMSP432E4_HWAttrs Struct Reference

TimerMSP432E4 Hardware Attributes. More...

#include <TimerMSP432E4.h>

Data Fields

uint32_t baseAddress
 
TimerMSP432E4_SubTimer subTimer
 
uint32_t intNum
 
uint32_t intPriority
 

Detailed Description

TimerMSP432E4 Hardware Attributes.

Timer hardware attributes that tell the TimerMSP432E4 driver specific hardware configurations and interrupt/priority settings.

A sample structure is shown below:

const TimerMSP432E4_HWAttrs timerMSP432E4HWAttrs[] =
{
{
.baseAddress = TIMER2_BASE,
.subTimer = TimerMSP432E4_timer32,
.intNum = INT_TIMER02A,
.intPriority = ~0
},
{
.baseAddress = TIMER1_BASE,
.intNum = INT_TIMER1A,
.intPriority = ~0
},
{
.baseAddress = TIMER1_BASE,
.intNum = INT_TIMER1B,
.intPriority = ~0
}
};

Field Documentation

§ baseAddress

uint32_t TimerMSP432E4_HWAttrs::baseAddress

The base address of the timer peripheral.

§ subTimer

TimerMSP432E4_SubTimer TimerMSP432E4_HWAttrs::subTimer

Specifies a full width timer or half-width timer.

§ intNum

uint32_t TimerMSP432E4_HWAttrs::intNum

The hardware interrupt number for the timer peripheral.

§ intPriority

uint32_t TimerMSP432E4_HWAttrs::intPriority

The interrupt priority.


The documentation for this struct was generated from the following file:
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale