File nut/arch/arm/dev/wdt_at91.c


Included Files


Local Variables

nested
static ureg_t nested
Used in: At91WatchDogDisable()  
  At91WatchDogEnable()  
  At91WatchDogStart()  

Global Function At91WatchDogDisable()

void At91WatchDogDisable ( void )
Calls: inr(), outr()
Called by: At91WatchDogStart() nut/arch/arm/dev/wdt_at91.c
References Variables: nested nut/arch/arm/dev/wdt_at91.c

Global Function At91WatchDogEnable()

void At91WatchDogEnable ( void )
Calls: At91WatchDogRestart() nut/arch/arm/dev/wdt_at91.c
  inr(), outr()
References Variables: nested nut/arch/arm/dev/wdt_at91.c

Global Function At91WatchDogRestart()

void At91WatchDogRestart ( void )
Calls: outr()
Called by: At91WatchDogEnable() nut/arch/arm/dev/wdt_at91.c
  At91WatchDogStart() nut/arch/arm/dev/wdt_at91.c

Global Function At91WatchDogStart()

uint32_t At91WatchDogStart ( uint32_t ms, uint32_t xmode )
Calls: At91WatchDogDisable() nut/arch/arm/dev/wdt_at91.c
  At91WatchDogRestart() nut/arch/arm/dev/wdt_at91.c
  NutGetCpuClock(), outr()
References Variables: nested nut/arch/arm/dev/wdt_at91.c