Searched refs:rtc (Results 1 – 7 of 7) sorted by relevance
3 pub mod rtc; module
24 rtc::{RtcClassOps, RtcDevice, RtcTime},
13 pub mod rtc; module
32 - rtc: refactor: 使用Rust重构RTC驱动 (#118)442 refactor rtc module in rust (#118)444 * 用rust重构rtc模块446 * refactor the rtc module by rust448 * rtc-updated450 * rtc-updated-4452 * rtc
45 - bugfix: 修复rtc时钟对BCD码进行转换的时候,忘了处理day字段的问题 (#104)203 bugfix: 修复rtc时钟对BCD码进行转换的时候,忘了处理day字段的问题 (#104)
47 - feat(driver/rtc):实现了rtc的抽象,并且把x86的cmos rtc接入到设备驱动模型 (#674)738 实现了rtc的抽象,并且把x86的cmos rtc接入到设备驱动模型 (#674)740 * 实现了rtc的抽象,并且把x86的cmos rtc接入到设备驱动模型。
7 use crate::driver::rtc::interface::rtc_read_time_default;