Type Alias esp32c3::extmem::cache_mmu_power_ctrl::W

source ·
pub type W = W<CACHE_MMU_POWER_CTRL_SPEC>;
Expand description

Register CACHE_MMU_POWER_CTRL writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn cache_mmu_mem_force_on( &mut self ) -> CACHE_MMU_MEM_FORCE_ON_W<'_, CACHE_MMU_POWER_CTRL_SPEC>

Bit 0 - The bit is used to enable clock gating to save power when access mmu memory, 0: enable, 1: disable

source

pub fn cache_mmu_mem_force_pd( &mut self ) -> CACHE_MMU_MEM_FORCE_PD_W<'_, CACHE_MMU_POWER_CTRL_SPEC>

Bit 1 - The bit is used to power mmu memory down, 0: follow_rtc_lslp_pd, 1: power down

source

pub fn cache_mmu_mem_force_pu( &mut self ) -> CACHE_MMU_MEM_FORCE_PU_W<'_, CACHE_MMU_POWER_CTRL_SPEC>

Bit 2 - The bit is used to power mmu memory down, 0: follow_rtc_lslp_pd, 1: power up