pub struct R(_);
Expand description
Register DOEPINT3
reader
Implementations§
source§impl R
impl R
sourcepub fn xfercompl3(&self) -> XFERCOMPL3_R
pub fn xfercompl3(&self) -> XFERCOMPL3_R
Bit 0
sourcepub fn epdisbld3(&self) -> EPDISBLD3_R
pub fn epdisbld3(&self) -> EPDISBLD3_R
Bit 1
sourcepub fn outtknepdis3(&self) -> OUTTKNEPDIS3_R
pub fn outtknepdis3(&self) -> OUTTKNEPDIS3_R
Bit 4
sourcepub fn stsphsercvd3(&self) -> STSPHSERCVD3_R
pub fn stsphsercvd3(&self) -> STSPHSERCVD3_R
Bit 5
sourcepub fn back2backsetup3(&self) -> BACK2BACKSETUP3_R
pub fn back2backsetup3(&self) -> BACK2BACKSETUP3_R
Bit 6
sourcepub fn outpkterr3(&self) -> OUTPKTERR3_R
pub fn outpkterr3(&self) -> OUTPKTERR3_R
Bit 8
sourcepub fn bnaintr3(&self) -> BNAINTR3_R
pub fn bnaintr3(&self) -> BNAINTR3_R
Bit 9
sourcepub fn pktdrpsts3(&self) -> PKTDRPSTS3_R
pub fn pktdrpsts3(&self) -> PKTDRPSTS3_R
Bit 11
sourcepub fn bbleerr3(&self) -> BBLEERR3_R
pub fn bbleerr3(&self) -> BBLEERR3_R
Bit 12
sourcepub fn nakintrpt3(&self) -> NAKINTRPT3_R
pub fn nakintrpt3(&self) -> NAKINTRPT3_R
Bit 13
sourcepub fn nyepintrpt3(&self) -> NYEPINTRPT3_R
pub fn nyepintrpt3(&self) -> NYEPINTRPT3_R
Bit 14
sourcepub fn stuppktrcvd3(&self) -> STUPPKTRCVD3_R
pub fn stuppktrcvd3(&self) -> STUPPKTRCVD3_R
Bit 15
Methods from Deref<Target = R<DOEPINT3_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