Struct esp32s3::extmem::cache_mmu_power_ctrl::R
source · pub struct R(_);
Expand description
Register CACHE_MMU_POWER_CTRL
reader
Implementations§
source§impl R
impl R
sourcepub fn cache_mmu_mem_force_on(&self) -> CACHE_MMU_MEM_FORCE_ON_R
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
sourcepub fn cache_mmu_mem_force_pd(&self) -> CACHE_MMU_MEM_FORCE_PD_R
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
sourcepub fn cache_mmu_mem_force_pu(&self) -> CACHE_MMU_MEM_FORCE_PU_R
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
Methods from Deref<Target = R<CACHE_MMU_POWER_CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more