Struct d1_pac::iommu::iommu_lpg_int::R
source · pub struct R(/* private fields */);
Expand description
Register iommu_l%spg_int
reader
Implementations§
source§impl R
impl R
sourcepub unsafe fn master_int(&self, n: u8) -> MASTER_INT_R
pub unsafe fn master_int(&self, n: u8) -> MASTER_INT_R
Master[j] address switch causes L[i] page table to occur interrupt
sourcepub fn master0_int(&self) -> MASTER_INT_R
pub fn master0_int(&self) -> MASTER_INT_R
Bit 0 - Master[j] address switch causes L[i] page table to occur interrupt
sourcepub fn master1_int(&self) -> MASTER_INT_R
pub fn master1_int(&self) -> MASTER_INT_R
Bit 1 - Master[j] address switch causes L[i] page table to occur interrupt
sourcepub fn master2_int(&self) -> MASTER_INT_R
pub fn master2_int(&self) -> MASTER_INT_R
Bit 2 - Master[j] address switch causes L[i] page table to occur interrupt
sourcepub fn master3_int(&self) -> MASTER_INT_R
pub fn master3_int(&self) -> MASTER_INT_R
Bit 3 - Master[j] address switch causes L[i] page table to occur interrupt
sourcepub fn master4_int(&self) -> MASTER_INT_R
pub fn master4_int(&self) -> MASTER_INT_R
Bit 4 - Master[j] address switch causes L[i] page table to occur interrupt
sourcepub fn master5_int(&self) -> MASTER_INT_R
pub fn master5_int(&self) -> MASTER_INT_R
Bit 5 - Master[j] address switch causes L[i] page table to occur interrupt
sourcepub fn master6_int(&self) -> MASTER_INT_R
pub fn master6_int(&self) -> MASTER_INT_R
Bit 6 - Master[j] address switch causes L[i] page table to occur interrupt
sourcepub fn dbg_mode_int(&self) -> DBG_MODE_INT_R
pub fn dbg_mode_int(&self) -> DBG_MODE_INT_R
Bit 31 - Debug mode address switch causes L[i] page table to occur interrupt
Methods from Deref<Target = R<IOMMU_LPG_INT_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