File nut/arch/avr/dev/wdt_avr.c


Included Files


Preprocessor definitions

#define NUT_WDT_FREQ 1165000

Local Variables

nested
static ureg_t nested
Used in: AvrWatchDogDisable()  
  AvrWatchDogEnable()  
  AvrWatchDogStart()  

wdt_div
static u_char wdt_div

Used in: AvrWatchDogEnable()  
  AvrWatchDogStart()  

Global Function AvrWatchDogDisable()

void AvrWatchDogDisable ( void )
Prototyped in: nut/include/dev/watchdog.h
Called by: NutWatchDogDisable() nut/dev/watchdog.c
References Variables: nested nut/arch/avr/dev/wdt_avr.c

Global Function AvrWatchDogEnable()

void AvrWatchDogEnable ( void )
Prototyped in: nut/include/dev/watchdog.h
Called by: NutWatchDogEnable() nut/dev/watchdog.c
References Variables: nested nut/arch/avr/dev/wdt_avr.c
  wdt_div nut/arch/avr/dev/wdt_avr.c

Global Function AvrWatchDogRestart()

void AvrWatchDogRestart ( void )
Prototyped in: nut/include/dev/watchdog.h
Called by: NutWatchDogRestart() nut/dev/watchdog.c

Global Function AvrWatchDogStart()

u_long AvrWatchDogStart ( u_long ms )
Prototyped in: nut/include/dev/watchdog.h
Called by: NutWatchDogStart() nut/dev/watchdog.c
References Variables: nested nut/arch/avr/dev/wdt_avr.c
  wdt_div nut/arch/avr/dev/wdt_avr.c