Struct esp32c3::rtc_cntl::dig_pad_hold::W
source · pub struct W(_);
Expand description
Register DIG_PAD_HOLD
writer
Implementations§
source§impl W
impl W
sourcepub fn dig_pad_hold(&mut self) -> DIG_PAD_HOLD_W<'_, 0>
pub fn dig_pad_hold(&mut self) -> DIG_PAD_HOLD_W<'_, 0>
Bits 0:31 - the configure of digital pad
Methods from Deref<Target = W<DIG_PAD_HOLD_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