Struct d1_pac::iommu::iommu_tlb_enable::R
source · pub struct R(/* private fields */);
Expand description
Register iommu_tlb_enable
reader
Implementations§
source§impl R
impl R
sourcepub unsafe fn micro_tlb_enable(&self, n: u8) -> MICRO_TLB_ENABLE_R
pub unsafe fn micro_tlb_enable(&self, n: u8) -> MICRO_TLB_ENABLE_R
Micro TLB[i] enable bit
sourcepub fn micro_tlb0_enable(&self) -> MICRO_TLB_ENABLE_R
pub fn micro_tlb0_enable(&self) -> MICRO_TLB_ENABLE_R
Bit 0 - Micro TLB[i] enable bit
sourcepub fn micro_tlb1_enable(&self) -> MICRO_TLB_ENABLE_R
pub fn micro_tlb1_enable(&self) -> MICRO_TLB_ENABLE_R
Bit 1 - Micro TLB[i] enable bit
sourcepub fn micro_tlb2_enable(&self) -> MICRO_TLB_ENABLE_R
pub fn micro_tlb2_enable(&self) -> MICRO_TLB_ENABLE_R
Bit 2 - Micro TLB[i] enable bit
sourcepub fn micro_tlb3_enable(&self) -> MICRO_TLB_ENABLE_R
pub fn micro_tlb3_enable(&self) -> MICRO_TLB_ENABLE_R
Bit 3 - Micro TLB[i] enable bit
sourcepub fn micro_tlb4_enable(&self) -> MICRO_TLB_ENABLE_R
pub fn micro_tlb4_enable(&self) -> MICRO_TLB_ENABLE_R
Bit 4 - Micro TLB[i] enable bit
sourcepub fn micro_tlb5_enable(&self) -> MICRO_TLB_ENABLE_R
pub fn micro_tlb5_enable(&self) -> MICRO_TLB_ENABLE_R
Bit 5 - Micro TLB[i] enable bit
sourcepub fn micro_tlb6_enable(&self) -> MICRO_TLB_ENABLE_R
pub fn micro_tlb6_enable(&self) -> MICRO_TLB_ENABLE_R
Bit 6 - Micro TLB[i] enable bit
sourcepub fn macro_tlb_enable(&self) -> MACRO_TLB_ENABLE_R
pub fn macro_tlb_enable(&self) -> MACRO_TLB_ENABLE_R
Bit 16 - Macro TLB enable bit
sourcepub fn ptw_cache_enable(&self) -> PTW_CACHE_ENABLE_R
pub fn ptw_cache_enable(&self) -> PTW_CACHE_ENABLE_R
Bit 17 - PTW Cache enable bit
Methods from Deref<Target = R<IOMMU_TLB_ENABLE_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