Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/time/
Dclocksource.rs741 let watchdog_timer = Timer::new(watchdog_func, cs_watchdog.timer_expires); in clocksource_watchdog() localVariable
742 watchdog_timer.activate(); in clocksource_watchdog()