Struct esp32c6::extmem::l2_cache_tag_mem_power_ctrl::R
source · pub struct R(_);Expand description
Register L2_CACHE_TAG_MEM_POWER_CTRL reader
Implementations§
source§impl R
impl R
sourcepub fn l2_cache_tag_mem_force_on(&self) -> L2_CACHE_TAG_MEM_FORCE_ON_R
pub fn l2_cache_tag_mem_force_on(&self) -> L2_CACHE_TAG_MEM_FORCE_ON_R
Bit 20 - The bit is used to close clock gating of L2-Cache tag memory. 1: close gating, 0: open clock gating.
sourcepub fn l2_cache_tag_mem_force_pd(&self) -> L2_CACHE_TAG_MEM_FORCE_PD_R
pub fn l2_cache_tag_mem_force_pd(&self) -> L2_CACHE_TAG_MEM_FORCE_PD_R
Bit 21 - The bit is used to power L2-Cache tag memory down. 0: follow rtc_lslp, 1: power down
sourcepub fn l2_cache_tag_mem_force_pu(&self) -> L2_CACHE_TAG_MEM_FORCE_PU_R
pub fn l2_cache_tag_mem_force_pu(&self) -> L2_CACHE_TAG_MEM_FORCE_PU_R
Bit 22 - The bit is used to power L2-Cache tag memory up. 0: follow rtc_lslp, 1: power up
Methods from Deref<Target = R<L2_CACHE_TAG_MEM_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