pub struct R(_);Expand description
Register DOEPINT2 reader
Implementations§
source§impl R
impl R
sourcepub fn xfercompl2(&self) -> XFERCOMPL2_R
pub fn xfercompl2(&self) -> XFERCOMPL2_R
Bit 0
sourcepub fn epdisbld2(&self) -> EPDISBLD2_R
pub fn epdisbld2(&self) -> EPDISBLD2_R
Bit 1
sourcepub fn outtknepdis2(&self) -> OUTTKNEPDIS2_R
pub fn outtknepdis2(&self) -> OUTTKNEPDIS2_R
Bit 4
sourcepub fn stsphsercvd2(&self) -> STSPHSERCVD2_R
pub fn stsphsercvd2(&self) -> STSPHSERCVD2_R
Bit 5
sourcepub fn back2backsetup2(&self) -> BACK2BACKSETUP2_R
pub fn back2backsetup2(&self) -> BACK2BACKSETUP2_R
Bit 6
sourcepub fn outpkterr2(&self) -> OUTPKTERR2_R
pub fn outpkterr2(&self) -> OUTPKTERR2_R
Bit 8
sourcepub fn bnaintr2(&self) -> BNAINTR2_R
pub fn bnaintr2(&self) -> BNAINTR2_R
Bit 9
sourcepub fn pktdrpsts2(&self) -> PKTDRPSTS2_R
pub fn pktdrpsts2(&self) -> PKTDRPSTS2_R
Bit 11
sourcepub fn bbleerr2(&self) -> BBLEERR2_R
pub fn bbleerr2(&self) -> BBLEERR2_R
Bit 12
sourcepub fn nakintrpt2(&self) -> NAKINTRPT2_R
pub fn nakintrpt2(&self) -> NAKINTRPT2_R
Bit 13
sourcepub fn nyepintrpt2(&self) -> NYEPINTRPT2_R
pub fn nyepintrpt2(&self) -> NYEPINTRPT2_R
Bit 14
sourcepub fn stuppktrcvd2(&self) -> STUPPKTRCVD2_R
pub fn stuppktrcvd2(&self) -> STUPPKTRCVD2_R
Bit 15
Methods from Deref<Target = R<DOEPINT2_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