Contiki-NG
Functions

Implementation of the cc2538 watchdog driver. More...

#include "contiki.h"
#include "reg.h"
#include "cpu.h"
#include "dev/smwdthrosc.h"

Go to the source code of this file.

Functions

void watchdog_init (void)
 Initialisation function for the WDT. 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_reboot (void)
 Keeps control until the WDT throws a reset signal. More...
 

Detailed Description

Implementation of the cc2538 watchdog driver.

The peripheral runs in watchdog mode.

Definition in file watchdog.c.