pub struct R(_);Expand description
Register DOEPINT5 reader
Implementations§
source§impl R
impl R
sourcepub fn xfercompl5(&self) -> XFERCOMPL5_R
pub fn xfercompl5(&self) -> XFERCOMPL5_R
Bit 0
sourcepub fn epdisbld5(&self) -> EPDISBLD5_R
pub fn epdisbld5(&self) -> EPDISBLD5_R
Bit 1
sourcepub fn outtknepdis5(&self) -> OUTTKNEPDIS5_R
pub fn outtknepdis5(&self) -> OUTTKNEPDIS5_R
Bit 4
sourcepub fn stsphsercvd5(&self) -> STSPHSERCVD5_R
pub fn stsphsercvd5(&self) -> STSPHSERCVD5_R
Bit 5
sourcepub fn back2backsetup5(&self) -> BACK2BACKSETUP5_R
pub fn back2backsetup5(&self) -> BACK2BACKSETUP5_R
Bit 6
sourcepub fn outpkterr5(&self) -> OUTPKTERR5_R
pub fn outpkterr5(&self) -> OUTPKTERR5_R
Bit 8
sourcepub fn bnaintr5(&self) -> BNAINTR5_R
pub fn bnaintr5(&self) -> BNAINTR5_R
Bit 9
sourcepub fn pktdrpsts5(&self) -> PKTDRPSTS5_R
pub fn pktdrpsts5(&self) -> PKTDRPSTS5_R
Bit 11
sourcepub fn bbleerr5(&self) -> BBLEERR5_R
pub fn bbleerr5(&self) -> BBLEERR5_R
Bit 12
sourcepub fn nakintrpt5(&self) -> NAKINTRPT5_R
pub fn nakintrpt5(&self) -> NAKINTRPT5_R
Bit 13
sourcepub fn nyepintrpt5(&self) -> NYEPINTRPT5_R
pub fn nyepintrpt5(&self) -> NYEPINTRPT5_R
Bit 14
sourcepub fn stuppktrcvd5(&self) -> STUPPKTRCVD5_R
pub fn stuppktrcvd5(&self) -> STUPPKTRCVD5_R
Bit 15
Methods from Deref<Target = R<DOEPINT5_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