pub struct R(/* private fields */);
Expand description
Register iommu_ttb
reader
Implementations§
source§impl R
impl R
sourcepub fn ttb(&self) -> TTB_R
pub fn ttb(&self) -> TTB_R
Bits 14:31 - Translation Table Base
Level1 page table starting address, aligned to 16 KB.
When operating the register, IOMMU address mapping function must be closed, namely IOMMU_ENABLE is 0; Or Bypass function of all main equipment is set to 1, or no the state of transfer bus commands (such as setting).
Methods from Deref<Target = R<IOMMU_TTB_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