Struct esp32c3::extmem::cache_mmu_power_ctrl::W
source · pub struct W(_);
Expand description
Register CACHE_MMU_POWER_CTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn cache_mmu_mem_force_on(&mut self) -> CACHE_MMU_MEM_FORCE_ON_W<'_, 0>
pub fn cache_mmu_mem_force_on(&mut self) -> 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 cache_mmu_mem_force_pd(&mut self) -> CACHE_MMU_MEM_FORCE_PD_W<'_, 1>
pub fn cache_mmu_mem_force_pd(&mut self) -> 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 cache_mmu_mem_force_pu(&mut self) -> CACHE_MMU_MEM_FORCE_PU_W<'_, 2>
pub fn cache_mmu_mem_force_pu(&mut self) -> 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