|
Contiki 3.x
|
Implementation of the CC13xx/CC26xx watchdog driver. More...
#include "contiki.h"#include "dev/watchdog.h"#include "ti-lib.h"#include <stdbool.h>#include <stdint.h>Go to the source code of this file.
Functions | |
| void | watchdog_init (void) |
| Initialises the CC26xx WDT. More... | |
| void | watchdog_start (void) |
| Starts the CC26xx WDT. More... | |
| void | watchdog_periodic (void) |
| Refreshes the CC26xx WDT. More... | |
| void | watchdog_stop (void) |
| Stops the WDT such that it won't timeout and cause MCU reset. | |
| void | watchdog_reboot (void) |
| Manually trigger a WDT reboot. More... | |
Implementation of the CC13xx/CC26xx watchdog driver.
Definition in file contiki-watchdog.c.
1.8.6