Type Alias d1_pac::iommu::iommu_tlb_prefetch::PF_VL_PT_TO_MT_W

source ·
pub type PF_VL_PT_TO_MT_W<'a, const O: u8> = BitWriter<'a, u32, IOMMU_TLB_PREFETCH_SPEC, PF_VL_PT_TO_MT_A, O>;
Expand description

Field pf_vl_pt_to_mt writer - Prefetch Value Pagetable to Macro TLB

If the function is enabled, the prefetch function will not update the invalid Level2 page table to Macro TLB.

Aliased Type§

struct PF_VL_PT_TO_MT_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, const O: u8> PF_VL_PT_TO_MT_W<'a, O>

source

pub fn disable(self) -> &'a mut W

Disable

source

pub fn enable(self) -> &'a mut W

Enable If the function is enabled, the prefetch function will not update the invalid Level2 page table to Macro TLB.