Searched defs:Cmos (Results 1 – 11 of 11) sorted by relevance
118 pub struct Cmos { struct123 now_fn: CmosNowFn, argument136 impl Cmos { argument147 ) -> anyhow::Result<Cmos> { in new()302 impl BusDevice for Cmos { implementation403 impl Suspendable for Cmos { implementation442 fn read_reg(cmos: &mut Cmos, reg: u8) -> u8 { in read_reg()467 fn write_reg(cmos: &mut Cmos, reg: u8, val: u8) { in write_reg()515 fn new_cmos_for_test(now_fn: CmosNowFn) -> Cmos { in new_cmos_for_test()558 fn modify_device(cmos: &mut Cmos) { in modify_device()
128 Cmos = 5, enumerator
106 OUT UINT16 Cmos:1; ///< CMOS member
1683 UINT16 Cmos :1; member
1739 UINT16 Cmos :1; member
1766 UINT16 Cmos :1; member
1876 UINT16 Cmos : 1; member
3094 OUT UINT16 Cmos:1; ///< CMOS member
3393 OUT UINT16 Cmos:1; ///< CMOS member
2338 pub const Cmos: BUS_DATA_TYPE = 0i32; constant