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

Watchdog hardware attributes for MSP432 These fields are used by driverlib APIs and therefore must be populated by driverlib macro definitions. For MSP432Ware these definitions are found in: More...

#include <WatchdogMSP432.h>

Data Fields

uint32_t baseAddr
 
uint8_t intNum
 
uint8_t intPriority
 
uint8_t clockSource
 
uint8_t clockDivider
 

Detailed Description

Watchdog hardware attributes for MSP432 These fields are used by driverlib APIs and therefore must be populated by driverlib macro definitions. For MSP432Ware these definitions are found in:

A sample structure is shown below:

const WatchdogMSP432_HWAttrs watchdogMSP432HWAttrs[MSP_EXP432P401R_WATCHDOGCOUNT] = {
{
.baseAddr = WDT_A_BASE,
.intNum = INT_WDT_A,
.intPriority = ~0,
.clockSource = WDT_A_CLOCKSOURCE_SMCLK,
.clockDivider = WDT_A_CLOCKDIVIDER_8192K
},
};

Field Documentation

uint32_t WatchdogMSP432_HWAttrs::baseAddr

Base address of Watchdog

uint8_t WatchdogMSP432_HWAttrs::intNum

WDT interrupt number

uint8_t WatchdogMSP432_HWAttrs::intPriority

WDT interrupt number

uint8_t WatchdogMSP432_HWAttrs::clockSource

Clock source for Watchdog

uint8_t WatchdogMSP432_HWAttrs::clockDivider

Clock divider for Watchdog


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