TI-RTOS Drivers  tidrivers_tivac_2_16_00_08
Data Fields
WatchdogTiva_HWAttrs Struct Reference

Watchdog hardware attributes for Tiva. More...

#include <WatchdogTiva.h>

Data Fields

unsigned int baseAddr
 
unsigned int intNum
 
unsigned int intPriority
 
uint32_t reloadValue
 

Detailed Description

Watchdog hardware attributes for Tiva.

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.drivers.ports 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

unsigned int WatchdogTiva_HWAttrs::baseAddr

Base adddress for Watchdog

unsigned int WatchdogTiva_HWAttrs::intNum

WDT interrupt number

unsigned int WatchdogTiva_HWAttrs::intPriority

WDT interrupt priority

uint32_t WatchdogTiva_HWAttrs::reloadValue

Reload value for Watchdog


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