#[repr(transparent)]struct SVR(u32);
Expand description
Spurious Interrupt Vector Register, bits 0-8 R/W, bits 9-1 R/W
Tuple Fields§
§0: u32
Implementations§
source§impl SVR
impl SVR
const SPURIOUS_VECTOR_BITS: usize = 8usize
const SPURIOUS_VECTOR_OFFSET: usize = 0usize
sourceconst fn with_spurious_vector(self, value: u8) -> Self
const fn with_spurious_vector(self, value: u8) -> Self
Bits: 0..8
sourceconst fn spurious_vector(&self) -> u8
const fn spurious_vector(&self) -> u8
Bits: 0..8
sourcefn set_spurious_vector(&mut self, value: u8)
fn set_spurious_vector(&mut self, value: u8)
Bits: 0..8
const APIC_ENABLE_BITS: usize = 1usize
const APIC_ENABLE_OFFSET: usize = 8usize
sourceconst fn with_apic_enable(self, value: bool) -> Self
const fn with_apic_enable(self, value: bool) -> Self
Bits: 8..9
sourceconst fn apic_enable(&self) -> bool
const fn apic_enable(&self) -> bool
Bits: 8..9
sourcefn set_apic_enable(&mut self, value: bool)
fn set_apic_enable(&mut self, value: bool)
Bits: 8..9
const FOCUS_PROCESSOR_CHECKING_BITS: usize = 1usize
const FOCUS_PROCESSOR_CHECKING_OFFSET: usize = 9usize
sourceconst fn with_focus_processor_checking(self, value: bool) -> Self
const fn with_focus_processor_checking(self, value: bool) -> Self
Bits: 9..10
sourceconst fn focus_processor_checking(&self) -> bool
const fn focus_processor_checking(&self) -> bool
Bits: 9..10
sourcefn set_focus_processor_checking(&mut self, value: bool)
fn set_focus_processor_checking(&mut self, value: bool)
Bits: 9..10