nRF Connect SDK API 2.8.99
|
Watchdog module for Asset Tracker v2. More...
#include <zephyr/kernel.h>
Go to the source code of this file.
Data Structures | |
struct | watchdog_evt |
Typedefs | |
typedef void(* | watchdog_evt_handler_t) (const struct watchdog_evt *evt) |
Watchdog library event handler. | |
Enumerations | |
enum | watchdog_evt_type { WATCHDOG_EVT_START , WATCHDOG_EVT_TIMEOUT_INSTALLED , WATCHDOG_EVT_FEED } |
Functions | |
int | watchdog_init_and_start (void) |
Initialize and start application watchdog module. | |
void | watchdog_register_handler (watchdog_evt_handler_t evt_handler) |
Register handler to receive watchdog callback events. | |
Watchdog module for Asset Tracker v2.