Searched refs:CONFIG_SYS_WATCHDOG_FREQ (Results 1 – 4 of 4) sorted by relevance
20 #ifndef CONFIG_SYS_WATCHDOG_FREQ21 #define CONFIG_SYS_WATCHDOG_FREQ (CONFIG_SYS_HZ / 2) macro83 if ((timestamp % (CONFIG_SYS_WATCHDOG_FREQ)) == 0) in timer_interrupt()
24 #ifndef CONFIG_SYS_WATCHDOG_FREQ25 #define CONFIG_SYS_WATCHDOG_FREQ (CONFIG_SYS_HZ / 2) macro74 if ((timestamp % (CONFIG_SYS_WATCHDOG_FREQ)) == 0) { in dtimer_interrupt()
174 if ((timestamp % (CONFIG_SYS_WATCHDOG_FREQ)) == 0) in timer_interrupt()
3756 CONFIG_SYS_WATCHDOG_FREQ
Completed in 16 milliseconds