Searched defs:Cmos (Results 1 – 2 of 2) sorted by relevance
74 pub struct Cmos { struct79 now_fn: CmosNowFn, argument81 alarm: Arc<Mutex<Timer>>,82 alarm_time: Option<DateTime<Utc>>,84 alarm_fn: Option<AlarmFn>,86 worker: Option<WorkerThread<AlarmFn>>,110 impl Cmos { impl121 ) -> anyhow::Result<Cmos> { in new()135 ) -> anyhow::Result<Cmos> { in new_inner()276 impl BusDevice for Cmos { implementation[all …]
123 Cmos = 5, enumerator