pub struct W(_);Expand description
Register DIEPCTL1 writer
Implementations§
source§impl W
impl W
sourcepub fn d_stall1(&mut self) -> D_STALL1_W<'_, 21>
pub fn d_stall1(&mut self) -> D_STALL1_W<'_, 21>
Bit 21
sourcepub fn d_txfnum1(&mut self) -> D_TXFNUM1_W<'_, 22>
pub fn d_txfnum1(&mut self) -> D_TXFNUM1_W<'_, 22>
Bits 22:25
sourcepub fn di_snak1(&mut self) -> DI_SNAK1_W<'_, 27>
pub fn di_snak1(&mut self) -> DI_SNAK1_W<'_, 27>
Bit 27
sourcepub fn di_setd0pid1(&mut self) -> DI_SETD0PID1_W<'_, 28>
pub fn di_setd0pid1(&mut self) -> DI_SETD0PID1_W<'_, 28>
Bit 28
sourcepub fn di_setd1pid1(&mut self) -> DI_SETD1PID1_W<'_, 29>
pub fn di_setd1pid1(&mut self) -> DI_SETD1PID1_W<'_, 29>
Bit 29
sourcepub fn d_epdis1(&mut self) -> D_EPDIS1_W<'_, 30>
pub fn d_epdis1(&mut self) -> D_EPDIS1_W<'_, 30>
Bit 30
sourcepub fn d_epena1(&mut self) -> D_EPENA1_W<'_, 31>
pub fn d_epena1(&mut self) -> D_EPENA1_W<'_, 31>
Bit 31
Methods from Deref<Target = W<DIEPCTL1_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