Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Watchdog timeout window. More...
#include <watchdog.h>
Data Fields | |
uint32_t | min |
uint32_t | max |
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.
min | Lower limit of watchdog feed timeout in milliseconds. |
max | Upper limit of watchdog feed timeout in milliseconds. |
uint32_t wdt_window::max |
uint32_t wdt_window::min |