Searched defs:alarm_fn (Results 1 – 1 of 1) sorted by relevance
89 alarm_fn: Option<AlarmFn>, field192 let alarm_fn = self.alarm_fn.take().expect("no alarm function"); in spawn_worker() localVariable719 let alarm_fn = AlarmFn::new(IrqEdgeEvent::new().unwrap(), Tube::pair().unwrap().0); in cmos_sleep_wake() localVariable