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_Private_Functions

WDT_Private_Functions
[WDT]

Functions

uint8_t WDT_SetTimeOut (uint8_t clk_source, uint32_t timeout)
 Set WDT time out value and WDT mode.

Function Documentation

uint8_t WDT_SetTimeOut ( uint8_t  clk_source,
uint32_t  timeout 
)

Set WDT time out value and WDT mode.

Parameters:
[in]clk_sourceselect Clock source for WDT device
[in]timeoutvalue of time-out for WDT (us)
Returns:
None

Definition at line 55 of file lpc17xx_wdt.c.