forkd

Dependencies:   mbed

Fork of LGstaandart by Dmitry Kovalev

Embed: (wiki syntax)

« Back to documentation index

LPC_WDT_TypeDef Struct Reference

LPC_WDT_TypeDef Struct Reference
[LPC17xx_System]

Watchdog Timer (WDT) register structure definition. More...

#include <LPC17xx.h>

Data Fields

__IO uint32_t MOD
__IO uint32_t TC
__O uint32_t FEED
__I uint32_t TV

Detailed Description

Watchdog Timer (WDT) register structure definition.

Definition at line 522 of file LPC17xx.h.


Field Documentation

__O uint32_t FEED

Offset: 0x008 ( /W) Watchdog feed sequence Register

Definition at line 526 of file LPC17xx.h.

__IO uint32_t MOD

Offset: 0x000 (R/W) Watchdog mode Register

Definition at line 524 of file LPC17xx.h.

__IO uint32_t TC

Offset: 0x004 (R/W) Watchdog timer constant Register

Definition at line 525 of file LPC17xx.h.

__I uint32_t TV

Offset: 0x00C (R/ ) Watchdog timer value Register

Definition at line 527 of file LPC17xx.h.