Struct esp32c3::sensitive::cache_mmu_access_1::R
source · pub struct R(_);Expand description
Register CACHE_MMU_ACCESS_1 reader
Implementations§
source§impl R
impl R
sourcepub fn pro_mmu_rd_acs(&self) -> PRO_MMU_RD_ACS_R
pub fn pro_mmu_rd_acs(&self) -> PRO_MMU_RD_ACS_R
Bit 0 - pro_mmu_rd_acs
sourcepub fn pro_mmu_wr_acs(&self) -> PRO_MMU_WR_ACS_R
pub fn pro_mmu_wr_acs(&self) -> PRO_MMU_WR_ACS_R
Bit 1 - pro_mmu_wr_acs
Methods from Deref<Target = R<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