Searched refs:CONFIG_SYS_WATCHDOG_FREQ (Results 1 – 4 of 4) sorted by relevance
26 #ifndef CONFIG_SYS_WATCHDOG_FREQ27 #define CONFIG_SYS_WATCHDOG_FREQ (CONFIG_SYS_HZ / 2) macro88 if ((timestamp % (CONFIG_SYS_WATCHDOG_FREQ)) == 0) in timer_interrupt()
19 #ifndef CONFIG_SYS_WATCHDOG_FREQ20 #define CONFIG_SYS_WATCHDOG_FREQ (CONFIG_SYS_HZ / 2) macro69 if ((timestamp % (CONFIG_SYS_WATCHDOG_FREQ)) == 0) { in dtimer_interrupt()
417 #define CONFIG_SYS_WATCHDOG_FREQ 5000 /* Feed interval, 5s */ macro
4459 CONFIG_SYS_WATCHDOG_FREQ