Defines | Variables
DSP Watchdog Timer Data Structures
DSP Watchdog Timer

Defines

#define WatchdogTimer_REG_BASE   0x02200000
 Base address for all Watchdog Timer registers. An offset based on the DSP core number will be added to the register base address at initialization time to access each core's watchdog timer registers.
#define WatchdogTimer_REG_FIELD_WRITE(reg, mask, offset, val)   reg = ((reg & ((uint32_t) (~(mask << offset)))) | ((val & mask) << offset))
 Register field write macro.

Variables

volatile WatchdogTimer_regOverlay * wdRegOverlay
 Watchdog timer's register overlay.

Copyright 2014, Texas Instruments Incorporated