Home
last modified time | relevance | path

Searched refs:current_ticks (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/task_wdt/
Dtask_wdt.c54 static void schedule_next_timeout(int64_t current_ticks) in schedule_next_timeout() argument
61 next_timeout = current_ticks + in schedule_next_timeout()
219 int64_t current_ticks; in task_wdt_feed() local
233 current_ticks = sys_clock_tick_get(); in task_wdt_feed()
236 channels[channel_id].timeout_abs_ticks = current_ticks + in task_wdt_feed()
239 schedule_next_timeout(current_ticks); in task_wdt_feed()