Struct d1_pac::iommu::iommu_va_config::R
source · pub struct R(/* private fields */);
Expand description
Register iommu_va_config
reader
Implementations§
source§impl R
impl R
sourcepub fn va_config_start(&self) -> VA_CONFIG_START_R
pub fn va_config_start(&self) -> VA_CONFIG_START_R
Bit 0
sourcepub fn va_config(&self) -> VA_CONFIG_R
pub fn va_config(&self) -> VA_CONFIG_R
Bit 8 - Virtual Address Configuration
sourcepub fn mode_sel(&self) -> MODE_SEL_R
pub fn mode_sel(&self) -> MODE_SEL_R
Bit 31
Methods from Deref<Target = R<IOMMU_VA_CONFIG_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more