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
Methods from Deref<Target = W<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