CONFIG_WDT_ITE_WARNING_LEADING_TIME_MS

Number of ms before generating watchdog event/signal

Type: int

Help

This option defines the window in which a watchdog event must be
handled. After this time window, the watchdog reset triggers
immediately.

Direct dependencies

WATCHDOG

(Includes any dependencies from ifs and menus.)

Default

  • 500

Kconfig definition

At <Zephyr>/drivers/watchdog/Kconfig.it8xxx2:13

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:52<Zephyr>/drivers/watchdog/Kconfig:59

Menu path: (Top) → Device Drivers → Watchdog Support

config WDT_ITE_WARNING_LEADING_TIME_MS
    int "Number of ms before generating watchdog event/signal"
    default 500
    depends on WATCHDOG
    help
      This option defines the window in which a watchdog event must be
      handled. After this time window, the watchdog reset triggers
      immediately.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)