Struct esp32c3::sensitive::cache_mmu_access_1::W
source · pub struct W(_);
Expand description
Register CACHE_MMU_ACCESS_1
writer
Implementations§
source§impl W
impl W
sourcepub fn pro_mmu_rd_acs(&mut self) -> PRO_MMU_RD_ACS_W<'_, 0>
pub fn pro_mmu_rd_acs(&mut self) -> PRO_MMU_RD_ACS_W<'_, 0>
Bit 0 - pro_mmu_rd_acs
sourcepub fn pro_mmu_wr_acs(&mut self) -> PRO_MMU_WR_ACS_W<'_, 1>
pub fn pro_mmu_wr_acs(&mut self) -> PRO_MMU_WR_ACS_W<'_, 1>
Bit 1 - pro_mmu_wr_acs
Methods from Deref<Target = W<CACHE_MMU_ACCESS_1_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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