Type Alias uacpi::tables::GtdtTimer

source ·
pub type GtdtTimer = acpi_gtdt_timer;

Aliased Type§

struct GtdtTimer {
    pub hdr: acpi_gtdt_entry_hdr,
    pub rsvd: u8,
    pub cnt_ctl_base: u64,
    pub timer_count: u32,
    pub timer_offset: u32,
}

Fields§

§hdr: acpi_gtdt_entry_hdr§rsvd: u8§cnt_ctl_base: u64§timer_count: u32§timer_offset: u32