Struct d1_pac::iommu::iommu_4kb_bdy_prt_ctrl::W
source · pub struct W(/* private fields */);
Expand description
Register iommu_4kb_bdy_prt_ctrl
writer
Implementations§
source§impl W
impl W
sourcepub unsafe fn m_4kb_bdy_prt_ctrl<const O: u8>(
&mut self,
) -> M_4KB_BDY_PRT_CTRL_W<'_, O>
pub unsafe fn m_4kb_bdy_prt_ctrl<const O: u8>( &mut self, ) -> M_4KB_BDY_PRT_CTRL_W<'_, O>
Master[i] 4 KB boundary protect control bit
sourcepub fn m0_4kb_bdy_prt_ctrl(&mut self) -> M_4KB_BDY_PRT_CTRL_W<'_, 0>
pub fn m0_4kb_bdy_prt_ctrl(&mut self) -> M_4KB_BDY_PRT_CTRL_W<'_, 0>
Bit 0 - Master[i] 4 KB boundary protect control bit
sourcepub fn m1_4kb_bdy_prt_ctrl(&mut self) -> M_4KB_BDY_PRT_CTRL_W<'_, 1>
pub fn m1_4kb_bdy_prt_ctrl(&mut self) -> M_4KB_BDY_PRT_CTRL_W<'_, 1>
Bit 1 - Master[i] 4 KB boundary protect control bit
sourcepub fn m2_4kb_bdy_prt_ctrl(&mut self) -> M_4KB_BDY_PRT_CTRL_W<'_, 2>
pub fn m2_4kb_bdy_prt_ctrl(&mut self) -> M_4KB_BDY_PRT_CTRL_W<'_, 2>
Bit 2 - Master[i] 4 KB boundary protect control bit
sourcepub fn m3_4kb_bdy_prt_ctrl(&mut self) -> M_4KB_BDY_PRT_CTRL_W<'_, 3>
pub fn m3_4kb_bdy_prt_ctrl(&mut self) -> M_4KB_BDY_PRT_CTRL_W<'_, 3>
Bit 3 - Master[i] 4 KB boundary protect control bit
sourcepub fn m4_4kb_bdy_prt_ctrl(&mut self) -> M_4KB_BDY_PRT_CTRL_W<'_, 4>
pub fn m4_4kb_bdy_prt_ctrl(&mut self) -> M_4KB_BDY_PRT_CTRL_W<'_, 4>
Bit 4 - Master[i] 4 KB boundary protect control bit
sourcepub fn m5_4kb_bdy_prt_ctrl(&mut self) -> M_4KB_BDY_PRT_CTRL_W<'_, 5>
pub fn m5_4kb_bdy_prt_ctrl(&mut self) -> M_4KB_BDY_PRT_CTRL_W<'_, 5>
Bit 5 - Master[i] 4 KB boundary protect control bit
sourcepub fn m6_4kb_bdy_prt_ctrl(&mut self) -> M_4KB_BDY_PRT_CTRL_W<'_, 6>
pub fn m6_4kb_bdy_prt_ctrl(&mut self) -> M_4KB_BDY_PRT_CTRL_W<'_, 6>
Bit 6 - Master[i] 4 KB boundary protect control bit
Methods from Deref<Target = W<IOMMU_4KB_BDY_PRT_CTRL_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