Function hpet::get_hpet

source ·
pub fn get_hpet(
) -> Option<RwLockReadGuard<'static, BorrowedMappedPages<Hpet, Mutable>>>
Expand description

Returns a locked guard that immutably derefs to the HPET timer.

Example

let counter_val = get_hpet().as_ref().unwrap().get_counter();