Docs.rs
x86_rtc-0.1.1
x86_rtc 0.1.1
Permalink
Docs.rs crate page
GPL-3.0-or-later
OR
Apache-2.0
OR
MulanPSL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:arceos-org:core
hky1999
Dependencies
cfg-if ^1.0
normal
x86_64 ^0.15
normal
Versions
100%
of the crate is documented
Platform
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
x86_rtc
0.1.1
All Items
Crate Items
Structs
Crate
x86_rtc
Copy item path
Source
Expand description
System Real Time Clock (RTC) Drivers for x86_64 based on CMOS. Ref:
https://wiki.osdev.org/RTC
https://wiki.osdev.org/CMOS#The_Real-Time_Clock
https://github.com/hermit-os/kernel/blob/main/src/arch/x86_64/kernel/systemtime.rs
https://github.com/syswonder/ruxos/blob/main/modules/ruxhal/src/platform/x86_pc/rtc.rs
Structs
ยง
Rtc
The System Real Time Clock structure for x86 based on CMOS.