pub struct W(/* private fields */);
Expand description
Register iommu_ttb
writer
Implementations§
source§impl W
impl W
sourcepub fn ttb(&mut self) -> TTB_W<'_, 14>
pub fn ttb(&mut self) -> TTB_W<'_, 14>
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 = W<IOMMU_TTB_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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