Contiki 3.x
Functions
watchdog.c File Reference

    Hardware-dependent functions for the cc253x watchdog.
More...

#include "cc253x.h"
#include "sfr-bits.h"
#include "contiki-conf.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_reboot (void)
 Keeps control until the WDT throws a reset signal. More...
 

Detailed Description

    Hardware-dependent functions for the cc253x watchdog.
    This file contains an ISR and must reside in the HOME bank.
Author
George Oikonomou - oikon.nosp@m.omou.nosp@m.@user.nosp@m.s.so.nosp@m.urcef.nosp@m.orge.nosp@m..net

Definition in file watchdog.c.