Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
wdt_window Struct Reference

Watchdog timeout window. More...

#include <watchdog.h>

Data Fields

uint32_t min
 
uint32_t max
 

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.

Parameters
minLower limit of watchdog feed timeout in milliseconds.
maxUpper limit of watchdog feed timeout in milliseconds.
Note
If specified values can not be precisely set they are always rounded up.

Field Documentation

◆ max

uint32_t wdt_window::max

◆ min

uint32_t wdt_window::min

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