Nut/OS  4.10.3
API Reference
wdt_avr.c File Reference
#include <avr/wdt.h>
#include <sys/timer.h>
#include <dev/watchdog.h>
Include dependency graph for wdt_avr.c:

Go to the source code of this file.

Defines

#define NUT_WDT_FREQ   1165000
 Watchdog oscillator frequency.

Functions

uint32_t AvrWatchDogStart (uint32_t ms)
 Start the AVR hardware watch dog timer.
void AvrWatchDogRestart (void)
 Re-start the AVR hardware watch dog timer.
void AvrWatchDogDisable (void)
 Disable the AVR hardware watch dog timer.
void AvrWatchDogEnable (void)
 Enable the AVR hardware watch dog timer.