pub struct HpetInfo {
pub event_timer_block_id: u32,
pub base_address: usize,
pub hpet_number: u8,
pub clock_tick_unit: u16,
pub page_protection: PageProtection,
}Expand description
Information about the High Precision Event Timer (HPET)
Fields§
§event_timer_block_id: u32§base_address: usize§hpet_number: u8§clock_tick_unit: u16The minimum number of clock ticks that can be set without losing interrupts (for timers in Periodic Mode)
page_protection: PageProtection