Function hpet::get_hpet_mut
source · pub fn get_hpet_mut(
) -> Option<RwLockWriteGuard<'static, BorrowedMappedPages<Hpet, Mutable>>>
Expand description
Returns a locked guard that mutably derefs to the HPET timer.
Example
get_hpet_mut().as_mut().unwrap().enable_counter(true);