libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
Windowed Watchdog Timer

Defined Constants and Types for the LPC43xx Windowed Watchdog Timer More...

Collaboration diagram for Windowed Watchdog Timer:

Macros

#define WWDT_MOD   MMIO32(WWDT_BASE + 0x000)
 
#define WWDT_TC   MMIO32(WWDT_BASE + 0x004)
 
#define WWDT_FEED   MMIO32(WWDT_BASE + 0x008)
 
#define WWDT_TV   MMIO32(WWDT_BASE + 0x00C)
 
#define WWDT_WARNINT   MMIO32(WWDT_BASE + 0x014)
 
#define WWDT_WINDOW   MMIO32(WWDT_BASE + 0x018)
 

Detailed Description

Defined Constants and Types for the LPC43xx Windowed Watchdog Timer

Version
1.0.0
Author
© 2012 Michael Ossmann mike@.nosp@m.ossm.nosp@m.ann.c.nosp@m.om
Date
10 March 2013

LGPL License Terms libopencm3 License

Macro Definition Documentation

◆ WWDT_FEED

#define WWDT_FEED   MMIO32(WWDT_BASE + 0x008)

Definition at line 52 of file wwdt.h.

◆ WWDT_MOD

#define WWDT_MOD   MMIO32(WWDT_BASE + 0x000)

Definition at line 46 of file wwdt.h.

◆ WWDT_TC

#define WWDT_TC   MMIO32(WWDT_BASE + 0x004)

Definition at line 49 of file wwdt.h.

◆ WWDT_TV

#define WWDT_TV   MMIO32(WWDT_BASE + 0x00C)

Definition at line 55 of file wwdt.h.

◆ WWDT_WARNINT

#define WWDT_WARNINT   MMIO32(WWDT_BASE + 0x014)

Definition at line 58 of file wwdt.h.

◆ WWDT_WINDOW

#define WWDT_WINDOW   MMIO32(WWDT_BASE + 0x018)

Definition at line 61 of file wwdt.h.