![]() |
LPCOpen Platform for LPC112X microcontrollers
112X
LPCOpen Platform for the NXP LPC112X family of Microcontrollers
|
Windowed Watchdog register block structure.
Definition at line 47 of file wwdt_112x.h.
#include "wwdt_112x.h"
Data Fields | |
__IO uint32_t | MOD |
__IO uint32_t | TC |
__O uint32_t | FEED |
__I uint32_t | TV |
__I uint32_t | RESERVED0 |
__IO uint32_t | WARNINT |
__IO uint32_t | WINDOW |
__O uint32_t FEED |
Watchdog feed sequence register. Writing 0xAA followed by 0x55 to this register reloads the Watchdog timer with the value contained in WDTC.
Definition at line 50 of file wwdt_112x.h.
__IO uint32_t MOD |
< WWDT Structure Watchdog mode register. This register contains the basic mode and status of the Watchdog Timer.
Definition at line 48 of file wwdt_112x.h.
__I uint32_t RESERVED0 |
Definition at line 52 of file wwdt_112x.h.
__IO uint32_t TC |
Watchdog timer constant register. This register determines the time-out value.
Definition at line 49 of file wwdt_112x.h.
__I uint32_t TV |
Watchdog timer value register. This register reads out the current value of the Watchdog timer.
Definition at line 51 of file wwdt_112x.h.
__IO uint32_t WARNINT |
Watchdog warning interrupt register. This register contains the Watchdog warning interrupt compare value.
Definition at line 53 of file wwdt_112x.h.
__IO uint32_t WINDOW |
Watchdog timer window register. This register contains the Watchdog window value.
Definition at line 54 of file wwdt_112x.h.