Struct esp32h2::pcr::sram_power_conf_1::R
source · pub struct R(_);
Expand description
Register SRAM_POWER_CONF_1
reader
Implementations§
source§impl R
impl R
sourcepub fn sram_force_pu(&self) -> SRAM_FORCE_PU_R
pub fn sram_force_pu(&self) -> SRAM_FORCE_PU_R
Bits 0:4 - Set this bit to force power up SRAM
sourcepub fn sram_force_pd(&self) -> SRAM_FORCE_PD_R
pub fn sram_force_pd(&self) -> SRAM_FORCE_PD_R
Bits 10:14 - Set this bit to force power down SRAM.
sourcepub fn sram_clkgate_force_on(&self) -> SRAM_CLKGATE_FORCE_ON_R
pub fn sram_clkgate_force_on(&self) -> SRAM_CLKGATE_FORCE_ON_R
Bits 25:29 - 1: Force to open the clock and bypass the gate-clock when accessing the SRAM. 0: A gate-clock will be used when accessing the SRAM.
Methods from Deref<Target = R<SRAM_POWER_CONF_1_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