Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
wdt_window Struct Reference

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.
 

Detailed Description

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.

Note
If specified values can not be precisely set they are always rounded up.

Field Documentation

◆ max

uint32_t wdt_window::max

Upper limit of watchdog feed timeout in milliseconds.

◆ min

uint32_t wdt_window::min

Lower limit of watchdog feed timeout in milliseconds.


The documentation for this struct was generated from the following file: