pub struct R(/* private fields */);
Expand description
Register DOEP0_INT
reader
Implementations§
Source§impl R
impl R
Sourcepub fn xfercompl(&self) -> XFERCOMPL_R
pub fn xfercompl(&self) -> XFERCOMPL_R
Bit 0 - Transfer Completed Interrupt
Sourcepub fn epdisbld(&self) -> EPDISBLD_R
pub fn epdisbld(&self) -> EPDISBLD_R
Bit 1 - Endpoint Disabled Interrupt
Sourcepub fn outtknepdis(&self) -> OUTTKNEPDIS_R
pub fn outtknepdis(&self) -> OUTTKNEPDIS_R
Bit 4 - OUT Token Received When Endpoint Disabled
Sourcepub fn stsphsercvd(&self) -> STSPHSERCVD_R
pub fn stsphsercvd(&self) -> STSPHSERCVD_R
Bit 5 - Status Phase Received For Control Write
Sourcepub fn back2backsetup(&self) -> BACK2BACKSETUP_R
pub fn back2backsetup(&self) -> BACK2BACKSETUP_R
Bit 6 - Back-to-Back SETUP Packets Received
Sourcepub fn pktdrpsts(&self) -> PKTDRPSTS_R
pub fn pktdrpsts(&self) -> PKTDRPSTS_R
Bit 11 - Packet Drop Status
Sourcepub fn nakintrpt(&self) -> NAKINTRPT_R
pub fn nakintrpt(&self) -> NAKINTRPT_R
Bit 13 - NAK Interrupt
Sourcepub fn stuppktrcvd(&self) -> STUPPKTRCVD_R
pub fn stuppktrcvd(&self) -> STUPPKTRCVD_R
Bit 15 - Setup Packet Received
Methods from Deref<Target = R<DOEP0_INT_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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