#[repr(transparent)]struct Version(u32);
Expand description
I/O APIC hardware version information
Tuple Fields§
§0: u32
Implementations§
source§impl Version
impl Version
const VERSION_BITS: usize = 8usize
const VERSION_OFFSET: usize = 0usize
sourceconst fn with_version(self, value: u8) -> Self
const fn with_version(self, value: u8) -> Self
Bits: 0..8
sourcefn set_version(&mut self, value: u8)
fn set_version(&mut self, value: u8)
Bits: 0..8
const MAX_REDIRECTION_ENTRY_BITS: usize = 8usize
const MAX_REDIRECTION_ENTRY_OFFSET: usize = 16usize
sourceconst fn with_max_redirection_entry(self, value: u8) -> Self
const fn with_max_redirection_entry(self, value: u8) -> Self
Bits: 16..24
sourceconst fn max_redirection_entry(&self) -> u8
const fn max_redirection_entry(&self) -> u8
Bits: 16..24
sourcefn set_max_redirection_entry(&mut self, value: u8)
fn set_max_redirection_entry(&mut self, value: u8)
Bits: 16..24