File nut/arch/cm3/dev/nxp/lpc17xx_wdt.c


Included Files


Global Function Lpc17xxWatchDogDisable()

void Lpc17xxWatchDogDisable ( void )
Called by: Lpc17xxWatchDogStart() nut/arch/cm3/dev/nxp/lpc17xx_wdt.c

Global Function Lpc17xxWatchDogEnable()

void Lpc17xxWatchDogEnable ( void )

Global Function Lpc17xxWatchDogRestart()

void Lpc17xxWatchDogRestart ( void )
Calls: __disable_irq(), __enable_irq()
Called by: Lpc17xxWatchDogStart() nut/arch/cm3/dev/nxp/lpc17xx_wdt.c

Global Function Lpc17xxWatchDogStart()

uint32_t Lpc17xxWatchDogStart ( uint32_t ms, uint32_t xmode )
Calls: Lpc17xxWatchDogDisable() nut/arch/cm3/dev/nxp/lpc17xx_wdt.c
  Lpc17xxWatchDogRestart() nut/arch/cm3/dev/nxp/lpc17xx_wdt.c
  Lpc17xxWatchDogSetTimeOut() nut/arch/cm3/dev/nxp/lpc17xx_wdt.c

Local Function Lpc17xxWatchDogSetTimeOut()

static int Lpc17xxWatchDogSetTimeOut ( uint32_t timeout )
Calls: WDT_GET_FROM_USEC()
Called by: Lpc17xxWatchDogStart() nut/arch/cm3/dev/nxp/lpc17xx_wdt.c