Zephyr API 3.6.99
|
Watchdog timeout window. More...
#include <watchdog.h>
Data Fields | |
uint32_t | min |
Lower limit of watchdog feed timeout in milliseconds. | |
uint32_t | max |
Upper limit of watchdog feed timeout in milliseconds. | |
Watchdog timeout window.
Each installed timeout needs feeding within the specified time window, otherwise the watchdog will trigger. If the watchdog instance does not support window timeouts then min value must be equal to 0.
uint32_t wdt_window::max |
Upper limit of watchdog feed timeout in milliseconds.
uint32_t wdt_window::min |
Lower limit of watchdog feed timeout in milliseconds.