wdt.h File Reference

Watchdog interface. More...

#include <appconfig.h>
#include <cfg/compiler.h>
#include <cfg/arch_config.h>

Go to the source code of this file.


Functions

void wdt_reset (void)
 Reset the watchdog timer.
void wdt_init (uint8_t timeout)
 Set watchdog timer timeout.

Detailed Description

Watchdog interface.

Version:
Id
wdt.h 930 2007-10-23 14:48:48Z batt

Author:
Bernardo Innocenti <bernie@develer.com>

Definition in file wdt.h.


Function Documentation

void wdt_init ( uint8_t  timeout  )  [inline]

Set watchdog timer timeout.

Parameters:
timeout 0: 16.3ms, 7: 2.1s

Definition at line 105 of file wdt.h.