nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
watchdog_app.h File Reference

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.
 

Detailed Description

Watchdog module for Asset Tracker v2.