The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_IWDG_STM32_TIMEOUT

Value for IWDG timeout in [us]

Type: int

Help

Set timeout value for IWDG in microseconds. The min timeout supported is 0.1ms, the max timeout is 26214.4ms.

Direct dependencies

IWDG_STM32 && WATCHDOG

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/watchdog/Kconfig.stm32:25

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:50drivers/watchdog/Kconfig:46

Menu path: (top menu) → Device Drivers → Watchdog Support → Independent Watchdog (IWDG) Driver for STM32 family of MCUs

config IWDG_STM32_TIMEOUT
    int
    prompt "Value for IWDG timeout in [us]" if IWDG_STM32 && WATCHDOG
    range 100 26214400 if IWDG_STM32 && WATCHDOG
    default 100 if IWDG_STM32 && WATCHDOG
    depends on IWDG_STM32 && WATCHDOG
    help
      Set timeout value for IWDG in microseconds.
      The min timeout supported is 0.1ms, the max timeout is 26214.4ms.

(Definitions include propagated dependencies, including from if’s and menus.)