-
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.
Default¶
100
Kconfig definition¶
At <Zephyr>/drivers/watchdog/Kconfig.stm32:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:52
→ <Zephyr>/drivers/watchdog/Kconfig:33
Menu path: (Top) → Device Drivers → Watchdog Support → Independent Watchdog (IWDG) Driver for STM32 family of MCUs
config IWDG_STM32_TIMEOUT int "Value for IWDG timeout in [us]" range 100 26214400 default 100 depends onIWDG_STM32
&&WATCHDOG
help Set timeout value for IWDG in microseconds. The min timeout supported is 0.1ms, the max timeout is 26214.4ms.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)