Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
zpal_watchdog.h File Reference
#include <stdbool.h>
+ Include dependency graph for zpal_watchdog.h:

Go to the source code of this file.

Functions

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_enable_watchdog (bool enable)
 Enables or disables the watchdog based on the input.
 
void zpal_feed_watchdog (void)
 Feeds the watchdog.
 

Detailed Description

Defines a platform abstraction layer for the Z-Wave watchdog.