NXP's driver library for LPC17xx, ported to mbed's online compiler. Not tested! I had to fix a lot of warings and found a couple of pretty obvious bugs, so the chances are there are more. Original: http://ics.nxp.com/support/documents/microcontrollers/zip/lpc17xx.cmsis.driver.library.zip

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

WDT_Public_Types

WDT_Public_Types
[WDT]

Enumerations

enum  WDT_CLK_OPT { WDT_CLKSRC_IRC = 0, WDT_CLKSRC_PCLK = 1, WDT_CLKSRC_RTC = 2 }
 

Clock source option for WDT.

More...
enum  WDT_MODE_OPT { WDT_MODE_INT_ONLY = 0, WDT_MODE_RESET = 1 }
 

WDT operation mode.

More...

Enumeration Type Documentation

Clock source option for WDT.

Enumerator:
WDT_CLKSRC_IRC 

Clock source from Internal RC oscillator

WDT_CLKSRC_PCLK 

Selects the APB peripheral clock (PCLK)

WDT_CLKSRC_RTC 

Selects the RTC oscillator

Definition at line 101 of file lpc17xx_wdt.h.

WDT operation mode.

Enumerator:
WDT_MODE_INT_ONLY 

Use WDT to generate interrupt only

WDT_MODE_RESET 

Use WDT to generate interrupt and reset MCU

Definition at line 109 of file lpc17xx_wdt.h.