pub struct W(_);
Expand description
Register DOEPCTL6
writer
Implementations
sourceimpl W
impl W
sourcepub fn do_snak6(&mut self) -> DO_SNAK6_W<'_, 27>
pub fn do_snak6(&mut self) -> DO_SNAK6_W<'_, 27>
Bit 27
sourcepub fn do_setd0pid6(&mut self) -> DO_SETD0PID6_W<'_, 28>
pub fn do_setd0pid6(&mut self) -> DO_SETD0PID6_W<'_, 28>
Bit 28
sourcepub fn do_setd1pid6(&mut self) -> DO_SETD1PID6_W<'_, 29>
pub fn do_setd1pid6(&mut self) -> DO_SETD1PID6_W<'_, 29>
Bit 29
Methods from Deref<Target = W<DOEPCTL6_SPEC>>
Trait Implementations
sourceimpl From<W<DOEPCTL6_SPEC>> for W
impl From<W<DOEPCTL6_SPEC>> for W
sourcefn from(writer: W<DOEPCTL6_SPEC>) -> Self
fn from(writer: W<DOEPCTL6_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