Struct esp32h2::pmu::power_pd_mem_cntl::R
source · pub struct R(_);
Expand description
Register POWER_PD_MEM_CNTL
reader
Implementations§
source§impl R
impl R
sourcepub fn force_hp_mem_iso(&self) -> FORCE_HP_MEM_ISO_R
pub fn force_hp_mem_iso(&self) -> FORCE_HP_MEM_ISO_R
Bits 0:3 - need_des
sourcepub fn force_hp_mem_pd(&self) -> FORCE_HP_MEM_PD_R
pub fn force_hp_mem_pd(&self) -> FORCE_HP_MEM_PD_R
Bits 4:7 - need_des
sourcepub fn force_hp_mem_no_iso(&self) -> FORCE_HP_MEM_NO_ISO_R
pub fn force_hp_mem_no_iso(&self) -> FORCE_HP_MEM_NO_ISO_R
Bits 24:27 - need_des
sourcepub fn force_hp_mem_pu(&self) -> FORCE_HP_MEM_PU_R
pub fn force_hp_mem_pu(&self) -> FORCE_HP_MEM_PU_R
Bits 28:31 - need_des
Methods from Deref<Target = R<POWER_PD_MEM_CNTL_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