12#ifndef WATCHDOG_APP_H__
13#define WATCHDOG_APP_H__
15#include <zephyr/kernel.h>
enum watchdog_evt_type type
int watchdog_init_and_start(void)
Initialize and start application watchdog module.
void(* watchdog_evt_handler_t)(const struct watchdog_evt *evt)
Watchdog library event handler.
@ WATCHDOG_EVT_TIMEOUT_INSTALLED
void watchdog_register_handler(watchdog_evt_handler_t evt_handler)
Register handler to receive watchdog callback events.