:orphan: .. title:: IWDG_STM32_TIMEOUT .. option:: 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 =================== \ :option:`IWDG_STM32 ` && \ :option:`WATCHDOG ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 100 if \ :option:`IWDG_STM32 ` && \ :option:`WATCHDOG ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/watchdog/Kconfig.stm32:25`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:52`` → ``drivers/watchdog/Kconfig:46`` Menu path: (top menu) → Device Drivers → Watchdog Support → Independent Watchdog (IWDG) Driver for STM32 family of MCUs .. parsed-literal:: config IWDG_STM32_TIMEOUT int prompt "Value for IWDG timeout in [us]" if \ :option:`IWDG_STM32 ` && \ :option:`WATCHDOG ` range 100 26214400 if \ :option:`IWDG_STM32 ` && \ :option:`WATCHDOG ` default 100 if \ :option:`IWDG_STM32 ` && \ :option:`WATCHDOG ` depends on \ :option:`IWDG_STM32 ` && \ :option:`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.)*