Contiki 3.x
watchdog.c
1 
2 /*---------------------------------------------------------------------------*/
3 void
5 {
6 }
7 /*---------------------------------------------------------------------------*/
8 void
10 {
11 }
12 /*---------------------------------------------------------------------------*/
13 void
15 {
16 }
17 /*---------------------------------------------------------------------------*/
18 void
20 {
21 }
22 /*---------------------------------------------------------------------------*/
23 void
25 {
26 }
void watchdog_start(void)
Starts the WDT in watchdog mode if enabled by user configuration, maximum interval.
Definition: watchdog.c:49
void watchdog_reboot(void)
Keeps control until the WDT throws a reset signal.
Definition: watchdog.c:128
void watchdog_stop(void)
In watchdog mode, the WDT can not be stopped.
Definition: watchdog.c:58
void watchdog_periodic(void)
Writes the WDT clear sequence.
Definition: watchdog.c:64
void watchdog_init(void)
Copyright (c) 2014, Analog Devices, Inc.
Definition: watchdog.c:42