pub struct W(_);
Expand description
Register CTRLB
writer
Implementations
sourceimpl W
impl W
sourcepub fn autoresume(&mut self) -> AUTORESUME_W<'_>
pub fn autoresume(&mut self) -> AUTORESUME_W<'_>
Bit 4 - Auto Resume Enable
sourcepub fn busreset(&mut self) -> BUSRESET_W<'_>
pub fn busreset(&mut self) -> BUSRESET_W<'_>
Bit 9 - Send USB Reset
sourcepub fn l1resume(&mut self) -> L1RESUME_W<'_>
pub fn l1resume(&mut self) -> L1RESUME_W<'_>
Bit 11 - Send L1 Resume
Methods from Deref<Target = W<CTRLB_SPEC>>
Trait Implementations
sourceimpl From<W<CTRLB_SPEC>> for W
impl From<W<CTRLB_SPEC>> for W
sourcefn from(writer: W<CTRLB_SPEC>) -> Self
fn from(writer: W<CTRLB_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more