:orphan: .. title:: CONFIG_WDT_CC32XX_INITIAL_TIMEOUT .. kconfig:: CONFIG_WDT_CC32XX_INITIAL_TIMEOUT CONFIG_WDT_CC32XX_INITIAL_TIMEOUT ################################# *Value for WDT timeout in ms* Type: ``int`` Help ==== .. code-block:: none Max value depend on system frequency. 80 Mhz: 0xFFFFFFFF / (80e9 / 1000) Direct dependencies =================== \ :kconfig:`WDT_CC32XX ` && \ :kconfig:`WATCHDOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2000 Kconfig definition ================== At ``/watchdog/Kconfig.cc32xx:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:54`` → ``/watchdog/Kconfig:57`` Menu path: (Top) → Device Drivers → Watchdog Support → Watchdog Driver for cc32xx family of MCUs .. code-block:: kconfig config WDT_CC32XX_INITIAL_TIMEOUT int "Value for WDT timeout in ms" range 1 53687 default 2000 depends on WDT_CC32XX && WATCHDOG help Max value depend on system frequency. 80 Mhz: 0xFFFFFFFF / (80e9 / 1000) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*