Struct esp32h2::lp_clkrst::rc32k_cntl::R
source · pub struct R(_);
Expand description
Register RC32K_CNTL
reader
Implementations§
source§impl R
impl R
sourcepub fn rc32k_dfreq(&self) -> RC32K_DFREQ_R
pub fn rc32k_dfreq(&self) -> RC32K_DFREQ_R
Bits 22:31 - need_des
Methods from Deref<Target = R<RC32K_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