pub struct R(_);Expand description
Register DIEPCTL4 reader
Implementations§
source§impl R
impl R
sourcepub fn d_usbactep4(&self) -> D_USBACTEP4_R
pub fn d_usbactep4(&self) -> D_USBACTEP4_R
Bit 15
sourcepub fn d_naksts4(&self) -> D_NAKSTS4_R
pub fn d_naksts4(&self) -> D_NAKSTS4_R
Bit 17
sourcepub fn d_eptype4(&self) -> D_EPTYPE4_R
pub fn d_eptype4(&self) -> D_EPTYPE4_R
Bits 18:19
sourcepub fn d_stall4(&self) -> D_STALL4_R
pub fn d_stall4(&self) -> D_STALL4_R
Bit 21
sourcepub fn d_txfnum4(&self) -> D_TXFNUM4_R
pub fn d_txfnum4(&self) -> D_TXFNUM4_R
Bits 22:25
sourcepub fn d_epdis4(&self) -> D_EPDIS4_R
pub fn d_epdis4(&self) -> D_EPDIS4_R
Bit 30
sourcepub fn d_epena4(&self) -> D_EPENA4_R
pub fn d_epena4(&self) -> D_EPENA4_R
Bit 31
Methods from Deref<Target = R<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