Skip to content

arceos-org/x86_rtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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