uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
WDT Public Types

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...
 

Detailed Description

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 98 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 105 of file lpc17xx_wdt.h.