Home
last modified time | relevance | path

Searched refs:rtc (Results 1 – 7 of 7) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/driver/
H A Dmod.rs3 pub mod rtc; module
H A Drtc.rs24 rtc::{RtcClassOps, RtcDevice, RtcTime},
/DragonOS/kernel/src/driver/
H A Dmod.rs13 pub mod rtc; module
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.3.md32 - rtc: refactor: 使用Rust重构RTC驱动 (#118)
442 refactor rtc module in rust (#118)
444 * 用rust重构rtc模块
446 * refactor the rtc module by rust
448 * rtc-updated
450 * rtc-updated-4
452 * rtc
H A DV0.1.2.md45 - bugfix: 修复rtc时钟对BCD码进行转换的时候,忘了处理day字段的问题 (#104)
203 bugfix: 修复rtc时钟对BCD码进行转换的时候,忘了处理day字段的问题 (#104)
H A DV0.1.10.md47 - feat(driver/rtc):实现了rtc的抽象,并且把x86的cmos rtc接入到设备驱动模型 (#674)
738 实现了rtc的抽象,并且把x86的cmos rtc接入到设备驱动模型 (#674)
740 * 实现了rtc的抽象,并且把x86的cmos rtc接入到设备驱动模型。
/DragonOS/kernel/src/time/
H A Dtimekeep.rs7 use crate::driver::rtc::interface::rtc_read_time_default;