Contiki 3.x
Functions
watchdog.c File Reference

PIC32MX Watchdog routines. More...

#include "dev/watchdog.h"
#include <pic32_irq.h>
#include <p32xxxx.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

PIC32MX Watchdog routines.

Author
Giovanni Pellerano giova.nosp@m.nni..nosp@m.pelle.nosp@m.rano.nosp@m.@evil.nosp@m.aliv.nosp@m.3.org
Date
2012-03-23

Definition in file watchdog.c.