Searched defs:hpet_instance (Results 1 – 1 of 1) sorted by relevance
39 pub fn hpet_instance() -> &'static Hpet { in hpet_instance() function257 let hpet_instance = Hpet::new(hpet_info)?; in hpet_init() localVariable