Watchdog features. More...
#include <watchdog_api.h>
Data Fields | |
uint32_t | max_timeout |
Maximum timeout value for the watchdog in milliseconds. More... | |
bool | update_config |
You can update the watchdog configuration after the watchdog has started. More... | |
bool | disable_watchdog |
You can stop the watchdog after it starts without a reset. More... | |
Watchdog features.
Definition at line 89 of file watchdog_api.h.
bool disable_watchdog |
You can stop the watchdog after it starts without a reset.
Definition at line 101 of file watchdog_api.h.
uint32_t max_timeout |
Maximum timeout value for the watchdog in milliseconds.
Definition at line 93 of file watchdog_api.h.
bool update_config |
You can update the watchdog configuration after the watchdog has started.
Definition at line 97 of file watchdog_api.h.