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 uint8_t wdt_div

Used in: AvrWatchDogEnable()  
  AvrWatchDogStart()  

Global Function AvrWatchDogDisable()

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

Global Function AvrWatchDogEnable()

void AvrWatchDogEnable ( void )
Prototyped in: nut/include/dev/watchdog.h
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

Global Function AvrWatchDogStart()

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