pub struct W(_);Expand description
Register DIEPCTL4 writer
Implementations§
source§impl W
impl W
sourcepub fn d_stall4(&mut self) -> D_STALL4_W<'_, 21>
pub fn d_stall4(&mut self) -> D_STALL4_W<'_, 21>
Bit 21
sourcepub fn d_txfnum4(&mut self) -> D_TXFNUM4_W<'_, 22>
pub fn d_txfnum4(&mut self) -> D_TXFNUM4_W<'_, 22>
Bits 22:25
sourcepub fn di_snak4(&mut self) -> DI_SNAK4_W<'_, 27>
pub fn di_snak4(&mut self) -> DI_SNAK4_W<'_, 27>
Bit 27
sourcepub fn di_setd0pid4(&mut self) -> DI_SETD0PID4_W<'_, 28>
pub fn di_setd0pid4(&mut self) -> DI_SETD0PID4_W<'_, 28>
Bit 28
sourcepub fn di_setd1pid4(&mut self) -> DI_SETD1PID4_W<'_, 29>
pub fn di_setd1pid4(&mut self) -> DI_SETD1PID4_W<'_, 29>
Bit 29
sourcepub fn d_epdis4(&mut self) -> D_EPDIS4_W<'_, 30>
pub fn d_epdis4(&mut self) -> D_EPDIS4_W<'_, 30>
Bit 30
sourcepub fn d_epena4(&mut self) -> D_EPENA4_W<'_, 31>
pub fn d_epena4(&mut self) -> D_EPENA4_W<'_, 31>
Bit 31
Methods from Deref<Target = W<DIEPCTL4_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