#[repr(transparent)]struct LApicVer(u32);
Expand description
Local APIC Version Register, RO
Tuple Fields§
§0: u32
Implementations§
source§impl LApicVer
impl LApicVer
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