Data Fields
WatchdogCC32XX_HWAttrs Struct Reference

Watchdog hardware attributes for CC32XX. More...

#include <WatchdogCC32XX.h>

Data Fields

unsigned int baseAddr
 
unsigned int intNum
 
unsigned int intPriority
 
uint32_t reloadValue
 

Detailed Description

Watchdog hardware attributes for CC32XX.

intPriority is the Watchdog timer's interrupt priority, as defined by the underlying OS. It is passed unmodified to the underlying OS's interrupt handler creation code, so you need to refer to the OS documentation for usage. For example, for SYS/BIOS applications, refer to the ti.sysbios.family.arm.m3.Hwi documentation for SYS/BIOS usage of interrupt priorities. If the driver uses the ti.dpl interface instead of making OS calls directly, then the HwiP port handles the interrupt priority in an OS specific way. In the case of the SYS/BIOS port, intPriority is passed unmodified to Hwi_create().

Field Documentation

§ baseAddr

unsigned int WatchdogCC32XX_HWAttrs::baseAddr

Base address for Watchdog

§ intNum

unsigned int WatchdogCC32XX_HWAttrs::intNum

WDT interrupt number

§ intPriority

unsigned int WatchdogCC32XX_HWAttrs::intPriority

WDT interrupt priority

§ reloadValue

uint32_t WatchdogCC32XX_HWAttrs::reloadValue

Reload value for Watchdog


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