pub struct W(_);
Expand description
Register DIEPCTL3
writer
Implementations
sourceimpl W
impl W
sourcepub fn di_stall3(&mut self) -> DI_STALL3_W<'_, 21>
pub fn di_stall3(&mut self) -> DI_STALL3_W<'_, 21>
Bit 21
sourcepub fn di_txfnum3(&mut self) -> DI_TXFNUM3_W<'_, 22>
pub fn di_txfnum3(&mut self) -> DI_TXFNUM3_W<'_, 22>
Bits 22:25
sourcepub fn di_cnak3(&mut self) -> DI_CNAK3_W<'_, 26>
pub fn di_cnak3(&mut self) -> DI_CNAK3_W<'_, 26>
Bit 26
sourcepub fn di_snak3(&mut self) -> DI_SNAK3_W<'_, 27>
pub fn di_snak3(&mut self) -> DI_SNAK3_W<'_, 27>
Bit 27
sourcepub fn di_setd0pid3(&mut self) -> DI_SETD0PID3_W<'_, 28>
pub fn di_setd0pid3(&mut self) -> DI_SETD0PID3_W<'_, 28>
Bit 28
sourcepub fn di_setd1pid3(&mut self) -> DI_SETD1PID3_W<'_, 29>
pub fn di_setd1pid3(&mut self) -> DI_SETD1PID3_W<'_, 29>
Bit 29
sourcepub fn di_epdis3(&mut self) -> DI_EPDIS3_W<'_, 30>
pub fn di_epdis3(&mut self) -> DI_EPDIS3_W<'_, 30>
Bit 30
sourcepub fn di_epena3(&mut self) -> DI_EPENA3_W<'_, 31>
pub fn di_epena3(&mut self) -> DI_EPENA3_W<'_, 31>
Bit 31
Methods from Deref<Target = W<DIEPCTL3_SPEC>>
Trait Implementations
sourceimpl From<W<DIEPCTL3_SPEC>> for W
impl From<W<DIEPCTL3_SPEC>> for W
sourcefn from(writer: W<DIEPCTL3_SPEC>) -> Self
fn from(writer: W<DIEPCTL3_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