wdt.h File Reference

Watchdog interface. More...

#include "cfg/cfg_wdt.h"
#include <cfg/compiler.h>
#include "cfg/cfg_arch.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 1571 2008-08-08 08:16:30Z bernie

Author:
Bernie Innocenti <bernie@codewiz.org>

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 101 of file wdt.h.