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
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
| enum WDT_CLK_OPT |
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.
| enum WDT_MODE_OPT |
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.
Generated on Tue Jul 12 2022 17:06:03 by
1.7.2