Struct esp32c3::ds::set_continue::W
source · pub struct W(_);
Expand description
Register SET_CONTINUE
writer
Implementations§
source§impl W
impl W
sourcepub fn set_continue(&mut self) -> SET_CONTINUE_W<'_, 0>
pub fn set_continue(&mut self) -> SET_CONTINUE_W<'_, 0>
Bit 0 - set this bit to continue DS operation.
Methods from Deref<Target = W<SET_CONTINUE_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