openMMC
Open Source Modular MMC for AMCs
|
Watchdog Timer (WDT) (WDT) More...
#include <LPC176x5x.h>
Data Fields | |
__IOM uint32_t | MOD |
__IOM uint32_t | TC |
__OM uint32_t | FEED |
__IM uint32_t | TV |
__IOM uint32_t | CLKSEL |
Watchdog Timer (WDT) (WDT)
__IOM uint32_t LPC_WDT_Type::CLKSEL |
(@ 0x00000010) Watchdog clock select register.
__OM uint32_t LPC_WDT_Type::FEED |
(@ 0x00000008) Watchdog feed sequence register. Writing 0xAA followed by 0x55 to this register reloads the Watchdog timer with the value contained in WDTC.
__IOM uint32_t LPC_WDT_Type::MOD |
< (@ 0x40000000) WDT Structure
(@ 0x00000000) Watchdog mode register. This register determines the basic mode and status of the Watchdog Timer.
__IOM uint32_t LPC_WDT_Type::TC |
(@ 0x00000004) Watchdog timer constant register. The value in this register determines the time-out value.
__IM uint32_t LPC_WDT_Type::TV |
(@ 0x0000000C) Watchdog timer value register. This register reads out the current value of the Watchdog timer.