pub struct W(_);
Expand description
Register CTRL2
writer
Implementations§
source§impl W
impl W
sourcepub fn sync_reset(&mut self) -> SYNC_RESET_W<'_, 31>
pub fn sync_reset(&mut self) -> SYNC_RESET_W<'_, 31>
Bit 31 - The FSM will be reset.
Methods from Deref<Target = W<CTRL2_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