pub struct R(_);Expand description
Register DIEPCTL2 reader
Implementations§
source§impl R
impl R
sourcepub fn d_usbactep2(&self) -> D_USBACTEP2_R
pub fn d_usbactep2(&self) -> D_USBACTEP2_R
Bit 15
sourcepub fn d_naksts2(&self) -> D_NAKSTS2_R
pub fn d_naksts2(&self) -> D_NAKSTS2_R
Bit 17
sourcepub fn d_eptype2(&self) -> D_EPTYPE2_R
pub fn d_eptype2(&self) -> D_EPTYPE2_R
Bits 18:19
sourcepub fn d_stall2(&self) -> D_STALL2_R
pub fn d_stall2(&self) -> D_STALL2_R
Bit 21
sourcepub fn d_txfnum2(&self) -> D_TXFNUM2_R
pub fn d_txfnum2(&self) -> D_TXFNUM2_R
Bits 22:25
sourcepub fn d_epdis2(&self) -> D_EPDIS2_R
pub fn d_epdis2(&self) -> D_EPDIS2_R
Bit 30
sourcepub fn d_epena2(&self) -> D_EPENA2_R
pub fn d_epena2(&self) -> D_EPENA2_R
Bit 31
Methods from Deref<Target = R<DIEPCTL2_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