pub struct R(_);
Expand description
Register DOEPINT6
reader
Implementations
sourceimpl R
impl R
sourcepub fn xfercompl6(&self) -> XFERCOMPL6_R
pub fn xfercompl6(&self) -> XFERCOMPL6_R
Bit 0
sourcepub fn epdisbld6(&self) -> EPDISBLD6_R
pub fn epdisbld6(&self) -> EPDISBLD6_R
Bit 1
sourcepub fn outtknepdis6(&self) -> OUTTKNEPDIS6_R
pub fn outtknepdis6(&self) -> OUTTKNEPDIS6_R
Bit 4
sourcepub fn stsphsercvd6(&self) -> STSPHSERCVD6_R
pub fn stsphsercvd6(&self) -> STSPHSERCVD6_R
Bit 5
sourcepub fn back2backsetup6(&self) -> BACK2BACKSETUP6_R
pub fn back2backsetup6(&self) -> BACK2BACKSETUP6_R
Bit 6
sourcepub fn outpkterr6(&self) -> OUTPKTERR6_R
pub fn outpkterr6(&self) -> OUTPKTERR6_R
Bit 8
sourcepub fn bnaintr6(&self) -> BNAINTR6_R
pub fn bnaintr6(&self) -> BNAINTR6_R
Bit 9
sourcepub fn pktdrpsts6(&self) -> PKTDRPSTS6_R
pub fn pktdrpsts6(&self) -> PKTDRPSTS6_R
Bit 11
sourcepub fn bbleerr6(&self) -> BBLEERR6_R
pub fn bbleerr6(&self) -> BBLEERR6_R
Bit 12
sourcepub fn nakintrpt6(&self) -> NAKINTRPT6_R
pub fn nakintrpt6(&self) -> NAKINTRPT6_R
Bit 13
sourcepub fn nyepintrpt6(&self) -> NYEPINTRPT6_R
pub fn nyepintrpt6(&self) -> NYEPINTRPT6_R
Bit 14
sourcepub fn stuppktrcvd6(&self) -> STUPPKTRCVD6_R
pub fn stuppktrcvd6(&self) -> STUPPKTRCVD6_R
Bit 15
Methods from Deref<Target = R<DOEPINT6_SPEC>>
Trait Implementations
sourceimpl From<R<DOEPINT6_SPEC>> for R
impl From<R<DOEPINT6_SPEC>> for R
sourcefn from(reader: R<DOEPINT6_SPEC>) -> Self
fn from(reader: R<DOEPINT6_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