Struct esp32c2_hal::pac::extmem::cache_mmu_power_ctrl::R
pub struct R(_);
Expand description
Register CACHE_MMU_POWER_CTRL
reader
Implementations§
§impl R
impl R
pub fn cache_mmu_mem_force_on(&self) -> BitReaderRaw<bool>
pub fn cache_mmu_mem_force_on(&self) -> BitReaderRaw<bool>
Bit 0 - The bit is used to enable clock gating to save power when access mmu memory, 0: enable, 1: disable
pub fn cache_mmu_mem_force_pd(&self) -> BitReaderRaw<bool>
pub fn cache_mmu_mem_force_pd(&self) -> BitReaderRaw<bool>
Bit 1 - The bit is used to power mmu memory down, 0: follow_rtc_lslp_pd, 1: power down
pub fn cache_mmu_mem_force_pu(&self) -> BitReaderRaw<bool>
pub fn cache_mmu_mem_force_pu(&self) -> BitReaderRaw<bool>
Bit 2 - The bit is used to power mmu memory down, 0: follow_rtc_lslp_pd, 1: power up
Methods from Deref<Target = R<CACHE_MMU_POWER_CTRL_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<CACHE_MMU_POWER_CTRL_SPEC>> for R
impl From<R<CACHE_MMU_POWER_CTRL_SPEC>> for R
§fn from(reader: R<CACHE_MMU_POWER_CTRL_SPEC>) -> R
fn from(reader: R<CACHE_MMU_POWER_CTRL_SPEC>) -> R
Converts to this type from the input type.