Contiki 3.x
Functions
watchdog.c File Reference

           Watchdog
More...

#include <stdio.h>
#include "dev/watchdog.h"
#include "hal/error.h"
#include "hal/hal.h"

Go to the source code of this file.

Functions

void watchdog_init (void)
 Copyright (c) 2014, Analog Devices, Inc. More...
 
void watchdog_start (void)
 Starts the WDT in watchdog mode if enabled by user configuration, maximum interval.
 
void watchdog_periodic (void)
 Writes the WDT clear sequence. More...
 
void watchdog_stop (void)
 In watchdog mode, the WDT can not be stopped. More...
 
void watchdog_reboot (void)
 Keeps control until the WDT throws a reset signal. More...
 

Detailed Description

           Watchdog
Author
Salvatore Pitrulli salvo.nosp@m.pitr.nosp@m.u@use.nosp@m.rs.s.nosp@m.ource.nosp@m.forg.nosp@m.e.net

Definition in file watchdog.c.