Contiki-NG
Functions
watchdog.c File Reference

    JN516X watchdog support.
More...

#include "dev/watchdog.h"
#include "AppHardwareApi.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. More...
 
void watchdog_periodic (void)
 Writes the WDT clear sequence. More...
 
void watchdog_stop (void)
 Stops the WDT such that it won't timeout and cause MCU reset. More...
 
void watchdog_reboot (void)
 Keeps control until the WDT throws a reset signal. More...
 

Detailed Description

    JN516X watchdog support.
Author
Beshr Al Nahas beshr.nosp@m.@sic.nosp@m.s.se

Definition in file watchdog.c.