[][src]Module lpc176x_5x::wdt

Watchdog Timer (WDT)

Modules

clksel

Watchdog clock select register.

feed

Watchdog feed sequence register. Writing 0xAA followed by 0x55 to this register reloads the Watchdog timer with the value contained in WDTC.

mod_

Watchdog mode register. This register determines the basic mode and status of the Watchdog Timer.

tc

Watchdog timer constant register. The value in this register determines the time-out value.

tv

Watchdog timer value register. This register reads out the current value of the Watchdog timer.

Structs

CLKSEL

Watchdog clock select register.

FEED

Watchdog feed sequence register. Writing 0xAA followed by 0x55 to this register reloads the Watchdog timer with the value contained in WDTC.

MOD

Watchdog mode register. This register determines the basic mode and status of the Watchdog Timer.

RegisterBlock

Register block

TC

Watchdog timer constant register. The value in this register determines the time-out value.

TV

Watchdog timer value register. This register reads out the current value of the Watchdog timer.