Searched refs:CONFIG_SYS_WATCHDOG_FREQ (Results 1 – 5 of 5) sorted by relevance
27 #ifndef CONFIG_SYS_WATCHDOG_FREQ28 #define CONFIG_SYS_WATCHDOG_FREQ (CONFIG_SYS_HZ / 2) macro90 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()
167 if ((timestamp % (CONFIG_SYS_WATCHDOG_FREQ)) == 0) in timer_interrupt()
409 #define CONFIG_SYS_WATCHDOG_FREQ 5000 /* Feed interval, 5s */ macro
4355 CONFIG_SYS_WATCHDOG_FREQ