Struct esp32h2::pmu::hp_ck_cntl::R
source · pub struct R(_);
Expand description
Register HP_CK_CNTL
reader
Implementations§
source§impl R
impl R
sourcepub fn modify_icg_cntl_wait(&self) -> MODIFY_ICG_CNTL_WAIT_R
pub fn modify_icg_cntl_wait(&self) -> MODIFY_ICG_CNTL_WAIT_R
Bits 0:7 - need_des
sourcepub fn switch_icg_cntl_wait(&self) -> SWITCH_ICG_CNTL_WAIT_R
pub fn switch_icg_cntl_wait(&self) -> SWITCH_ICG_CNTL_WAIT_R
Bits 8:15 - need_des
Methods from Deref<Target = R<HP_CK_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