Contiki-NG
Functions
watchdog.c File Reference

Contiki compatible watchdog driver implementation. More...

#include <nrf_drv_wdt.h>
#include "app_error.h"
#include "contiki.h"

Go to the source code of this file.

Functions

static void wdt_event_handler (void)
 WDT events handler.
 
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. More...
 
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

Contiki compatible watchdog driver implementation.

Author
Wojciech Bober wojci.nosp@m.ech..nosp@m.bober.nosp@m.@nor.nosp@m.dicse.nosp@m.mi.n.nosp@m.o

Definition in file watchdog.c.