x86_rtc

Crates.iox86_rtc
lib.rsx86_rtc
version0.1.1
sourcesrc
created_at2024-07-15 15:27:38.539329
updated_at2024-07-15 15:43:07.284125
descriptionSystem Real Time Clock (RTC) Drivers for x86_64 based on CMOS.
homepagehttps://github.com/arceos-org/arceos
repositoryhttps://github.com/arceos-org/x86_rtc
max_upload_size
id1303971
size13,421
core (github:arceos-org:core)

documentation

https://docs.rs/x86_rtc

README

x86_rtc

Crates.io

System Real Time Clock (RTC) Drivers for x86_64 based on CMOS.

Examples

use x86_rtc::Rtc;
let epoch_time = Rtc::new().get_unix_timestamp();
Commit count: 0

cargo fmt