TI-RTOS Drivers  tidrivers_full_2_20_00_08
Data Fields
WatchdogCC3200_HWAttrs Struct Reference

Watchdog hardware attributes for CC3200. More...

#include <WatchdogCC3200.h>

Data Fields

unsigned int baseAddr
 
unsigned int intNum
 
unsigned int intPriority
 
uint32_t reloadValue
 

Detailed Description

Watchdog hardware attributes for CC3200.

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 WatchdogCC3200_HWAttrs::baseAddr

Base adddress for Watchdog

unsigned int WatchdogCC3200_HWAttrs::intNum

WDT interrupt number

unsigned int WatchdogCC3200_HWAttrs::intPriority

WDT interrupt priority

uint32_t WatchdogCC3200_HWAttrs::reloadValue

Reload value for Watchdog


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