x86_rtc 0.1.1

System Real Time Clock (RTC) Drivers for x86_64 based on CMOS.
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented0 out of 4 items with examples
  • Size
  • Source code size: 14.55 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 698.04 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • arceos-org/x86_rtc
    4 6 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • github:arceos-org:core hky1999

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();