Searched defs:Cmos (Results 1 – 2 of 2) sorted by relevance
79 pub struct Cmos { struct84 now_fn: CmosNowFn, argument86 alarm: Arc<Mutex<Timer>>,87 alarm_time: Option<DateTime<Utc>>,89 alarm_fn: Option<AlarmFn>,91 worker: Option<WorkerThread<AlarmFn>>,93 armed_time: Option<Arc<Mutex<Instant>>>,133 impl Cmos { implementation144 ) -> anyhow::Result<Cmos> { in new()158 ) -> anyhow::Result<Cmos> { in new_inner()[all …]
128 Cmos = 5, enumerator