Struct esp32s2::extmem::pro_cache_mmu_power_ctrl::W
source · pub struct W(_);
Expand description
Register PRO_CACHE_MMU_POWER_CTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn pro_cache_mmu_mem_force_on(
&mut self
) -> PRO_CACHE_MMU_MEM_FORCE_ON_W<'_, 0>
pub fn pro_cache_mmu_mem_force_on( &mut self ) -> PRO_CACHE_MMU_MEM_FORCE_ON_W<'_, 0>
Bit 0 - The bit is used to enable clock gating to save power when access mmu memory, 0: enable, 1: disable
sourcepub fn pro_cache_mmu_mem_force_pd(
&mut self
) -> PRO_CACHE_MMU_MEM_FORCE_PD_W<'_, 1>
pub fn pro_cache_mmu_mem_force_pd( &mut self ) -> PRO_CACHE_MMU_MEM_FORCE_PD_W<'_, 1>
Bit 1 - The bit is used to power mmu memory down, 0: follow_rtc_lslp_pd, 1: power down
sourcepub fn pro_cache_mmu_mem_force_pu(
&mut self
) -> PRO_CACHE_MMU_MEM_FORCE_PU_W<'_, 2>
pub fn pro_cache_mmu_mem_force_pu( &mut self ) -> PRO_CACHE_MMU_MEM_FORCE_PU_W<'_, 2>
Bit 2 - The bit is used to power mmu memory down, 0: follow_rtc_lslp_pd, 1: power up