Fork of the official mbed C/C++ SDK provides the software platform and libraries to build your applications. The fork has the documentation converted to Doxygen format

Dependents:   NervousPuppySprintOne NervousPuppySprint2602 Robot WarehouseBot1 ... more

Fork of mbed by mbed official

Embed: (wiki syntax)

« Back to documentation index

LPC_WWDT_Type Struct Reference

LPC_WWDT_Type Struct Reference
[Device_Peripheral_Registers]

Product name title=UM10462 Chapter title=LPC11U1x Windowed Watchdog Timer (WWDT) Modification date=3/16/2011 Major revision=0 Minor revision=3 (WWDT) More...

#include <LPC11Uxx.h>

Data Fields

__IO uint32_t MOD
__IO uint32_t TC
__IO uint32_t FEED
__I uint32_t TV
__IO uint32_t CLKSEL
__IO uint32_t WARNINT
__IO uint32_t WINDOW

Detailed Description

Product name title=UM10462 Chapter title=LPC11U1x Windowed Watchdog Timer (WWDT) Modification date=3/16/2011 Major revision=0 Minor revision=3 (WWDT)

Definition at line 152 of file LPC11Uxx.h.


Field Documentation

__IO uint32_t CLKSEL

(@ 0x40004010) Watchdog clock select register.

Definition at line 157 of file LPC11Uxx.h.

__IO uint32_t FEED

(@ 0x40004008) Watchdog feed sequence register

Definition at line 155 of file LPC11Uxx.h.

__IO uint32_t MOD

< (@ 0x40004000) WWDT Structure (@ 0x40004000) Watchdog mode register

Definition at line 153 of file LPC11Uxx.h.

__IO uint32_t TC

(@ 0x40004004) Watchdog timer constant register

Definition at line 154 of file LPC11Uxx.h.

__I uint32_t TV

(@ 0x4000400C) Watchdog timer value register

Definition at line 156 of file LPC11Uxx.h.

__IO uint32_t WARNINT

(@ 0x40004014) Watchdog Warning Interrupt compare value.

Definition at line 158 of file LPC11Uxx.h.

__IO uint32_t WINDOW

(@ 0x40004018) Watchdog Window compare value.

Definition at line 159 of file LPC11Uxx.h.