Module lpc845_pac::wwdt[][src]

Expand description

LPC84x Windowed Watchdog Timer (WWDT)

Modules

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

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

Watchdog timer constant register. This 24-bit register determines the time-out value.

Watchdog timer value register. This 24-bit register reads out the current value of the Watchdog timer.

Watchdog Warning Interrupt compare value.

Watchdog Window compare value.

Structs

Register block

Type Definitions

FEED register accessor: an alias for Reg<FEED_SPEC>

MOD register accessor: an alias for Reg<MOD_SPEC>

TC register accessor: an alias for Reg<TC_SPEC>

TV register accessor: an alias for Reg<TV_SPEC>

WARNINT register accessor: an alias for Reg<WARNINT_SPEC>

WINDOW register accessor: an alias for Reg<WINDOW_SPEC>