![]() |
Contiki-NG
|
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 CC13xx/CC26xx WDT. | |
| void | watchdog_start (void) |
| Starts the CC13xx/CC26xx WDT. | |
| void | watchdog_periodic (void) |
| Refreshes the CC13xx/CC26xx WDT. | |
| 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. | |
Implementation of the CC13xx/CC26xx watchdog driver.
Definition in file contiki-watchdog.c.