wdt.h File Reference

Watchdog module, supplies a simple API to manage wdt on supported target. More...

#include "cfg/cfg_wdt.h"
#include <cfg/compiler.h>

Go to the source code of this file.


Functions

void wdt_reset (void)
 Reset the watchdog timer.
void wdt_start (uint32_t timeout)
 Start the watchdog timer that fire at the select timeout.

Detailed Description

Watchdog module, supplies a simple API to manage wdt on supported target.

Version:
Id
wdt.h 2576 2009-04-20 11:03:51Z batt

Author:
Bernie Innocenti <bernie@codewiz.org>

Definition in file wdt.h.


Function Documentation

void wdt_start ( uint32_t  timeout  )  [inline]

Start the watchdog timer that fire at the select timeout.

Parameters:
timeout this value is target dependant. See the target documentation for more details.

Definition at line 98 of file wdt.h.