12#ifndef ZPAL_WATCHDOG_H_
13#define ZPAL_WATCHDOG_H_
void zpal_enable_watchdog(bool enable)
Enables or disables the watchdog based on the input.
void zpal_watchdog_init(void)
Initialize watchdog before use, typically the next call will be zpal_enable_watchdog.
bool zpal_is_watchdog_enabled(void)
Returns whether the watchdog is enabled.
void zpal_feed_watchdog(void)
Feeds the watchdog.