pub struct R(_);
Expand description
Register DIEPCTL1
reader
Implementations§
source§impl R
impl R
sourcepub fn d_usbactep1(&self) -> D_USBACTEP1_R
pub fn d_usbactep1(&self) -> D_USBACTEP1_R
Bit 15
sourcepub fn d_naksts1(&self) -> D_NAKSTS1_R
pub fn d_naksts1(&self) -> D_NAKSTS1_R
Bit 17
sourcepub fn d_eptype1(&self) -> D_EPTYPE1_R
pub fn d_eptype1(&self) -> D_EPTYPE1_R
Bits 18:19
sourcepub fn d_stall1(&self) -> D_STALL1_R
pub fn d_stall1(&self) -> D_STALL1_R
Bit 21
sourcepub fn d_txfnum1(&self) -> D_TXFNUM1_R
pub fn d_txfnum1(&self) -> D_TXFNUM1_R
Bits 22:25
sourcepub fn d_epdis1(&self) -> D_EPDIS1_R
pub fn d_epdis1(&self) -> D_EPDIS1_R
Bit 30
sourcepub fn d_epena1(&self) -> D_EPENA1_R
pub fn d_epena1(&self) -> D_EPENA1_R
Bit 31
Methods from Deref<Target = R<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