pub struct R(_);
Expand description
Register DIEPCTL5
reader
Implementations
sourceimpl R
impl R
sourcepub fn di_usbactep5(&self) -> DI_USBACTEP5_R
pub fn di_usbactep5(&self) -> DI_USBACTEP5_R
Bit 15
sourcepub fn di_naksts5(&self) -> DI_NAKSTS5_R
pub fn di_naksts5(&self) -> DI_NAKSTS5_R
Bit 17
sourcepub fn di_eptype5(&self) -> DI_EPTYPE5_R
pub fn di_eptype5(&self) -> DI_EPTYPE5_R
Bits 18:19
sourcepub fn di_stall5(&self) -> DI_STALL5_R
pub fn di_stall5(&self) -> DI_STALL5_R
Bit 21
sourcepub fn di_txfnum5(&self) -> DI_TXFNUM5_R
pub fn di_txfnum5(&self) -> DI_TXFNUM5_R
Bits 22:25
sourcepub fn di_epdis5(&self) -> DI_EPDIS5_R
pub fn di_epdis5(&self) -> DI_EPDIS5_R
Bit 30
sourcepub fn di_epena5(&self) -> DI_EPENA5_R
pub fn di_epena5(&self) -> DI_EPENA5_R
Bit 31
Methods from Deref<Target = R<DIEPCTL5_SPEC>>
Trait Implementations
sourceimpl From<R<DIEPCTL5_SPEC>> for R
impl From<R<DIEPCTL5_SPEC>> for R
sourcefn from(reader: R<DIEPCTL5_SPEC>) -> Self
fn from(reader: R<DIEPCTL5_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more