fix for mbed lib issue 3 (i2c problem) see also https://mbed.org/users/mbed_official/code/mbed/issues/3 affected implementations: LPC812, LPC11U24, LPC1768, LPC2368, LPC4088

Fork of mbed-src 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.