Type Alias esp32c3::extmem::cache_mmu_power_ctrl::R

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

Register CACHE_MMU_POWER_CTRL reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn cache_mmu_mem_force_on(&self) -> CACHE_MMU_MEM_FORCE_ON_R

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(&self) -> CACHE_MMU_MEM_FORCE_PD_R

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(&self) -> CACHE_MMU_MEM_FORCE_PU_R

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