Struct acpi::hpet::HpetInfo[][src]

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: u32base_address: usizehpet_number: u8clock_tick_unit: u16

The minimum number of clock ticks that can be set without losing interrupts (for timers in Periodic Mode)

page_protection: PageProtection

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.