pub struct W(_);
Expand description
Register DIEPCTL6
writer
Implementations
sourceimpl W
impl W
sourcepub fn d_stall6(&mut self) -> D_STALL6_W<'_, 21>
pub fn d_stall6(&mut self) -> D_STALL6_W<'_, 21>
Bit 21
sourcepub fn d_txfnum6(&mut self) -> D_TXFNUM6_W<'_, 22>
pub fn d_txfnum6(&mut self) -> D_TXFNUM6_W<'_, 22>
Bits 22:25
sourcepub fn di_snak6(&mut self) -> DI_SNAK6_W<'_, 27>
pub fn di_snak6(&mut self) -> DI_SNAK6_W<'_, 27>
Bit 27
sourcepub fn di_setd0pid6(&mut self) -> DI_SETD0PID6_W<'_, 28>
pub fn di_setd0pid6(&mut self) -> DI_SETD0PID6_W<'_, 28>
Bit 28
sourcepub fn di_setd1pid6(&mut self) -> DI_SETD1PID6_W<'_, 29>
pub fn di_setd1pid6(&mut self) -> DI_SETD1PID6_W<'_, 29>
Bit 29
sourcepub fn d_epdis6(&mut self) -> D_EPDIS6_W<'_, 30>
pub fn d_epdis6(&mut self) -> D_EPDIS6_W<'_, 30>
Bit 30
sourcepub fn d_epena6(&mut self) -> D_EPENA6_W<'_, 31>
pub fn d_epena6(&mut self) -> D_EPENA6_W<'_, 31>
Bit 31
Methods from Deref<Target = W<DIEPCTL6_SPEC>>
Trait Implementations
sourceimpl From<W<DIEPCTL6_SPEC>> for W
impl From<W<DIEPCTL6_SPEC>> for W
sourcefn from(writer: W<DIEPCTL6_SPEC>) -> Self
fn from(writer: W<DIEPCTL6_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