Type Alias esp32s3::sensitive::cache_mmu_access_1::W
source · pub type W = W<CACHE_MMU_ACCESS_1_SPEC>;
Expand description
Register CACHE_MMU_ACCESS_1
writer
Aliased Type§
struct W { /* private fields */ }
Implementations§
source§impl W
impl W
sourcepub fn pro_mmu_rd_acs(
&mut self
) -> PRO_MMU_RD_ACS_W<'_, CACHE_MMU_ACCESS_1_SPEC, 0>
pub fn pro_mmu_rd_acs( &mut self ) -> PRO_MMU_RD_ACS_W<'_, CACHE_MMU_ACCESS_1_SPEC, 0>
Bit 0 - Set 1 to enable read access MMU memory.
sourcepub fn pro_mmu_wr_acs(
&mut self
) -> PRO_MMU_WR_ACS_W<'_, CACHE_MMU_ACCESS_1_SPEC, 1>
pub fn pro_mmu_wr_acs( &mut self ) -> PRO_MMU_WR_ACS_W<'_, CACHE_MMU_ACCESS_1_SPEC, 1>
Bit 1 - Set 1 to enable write access MMU memory.