pub struct R(_);
Expand description
Register DIEPINT2
reader
Implementations
sourceimpl R
impl R
sourcepub fn d_xfercompl2(&self) -> D_XFERCOMPL2_R
pub fn d_xfercompl2(&self) -> D_XFERCOMPL2_R
Bit 0
sourcepub fn d_epdisbld2(&self) -> D_EPDISBLD2_R
pub fn d_epdisbld2(&self) -> D_EPDISBLD2_R
Bit 1
sourcepub fn d_ahberr2(&self) -> D_AHBERR2_R
pub fn d_ahberr2(&self) -> D_AHBERR2_R
Bit 2
sourcepub fn d_timeout2(&self) -> D_TIMEOUT2_R
pub fn d_timeout2(&self) -> D_TIMEOUT2_R
Bit 3
sourcepub fn d_intkntxfemp2(&self) -> D_INTKNTXFEMP2_R
pub fn d_intkntxfemp2(&self) -> D_INTKNTXFEMP2_R
Bit 4
sourcepub fn d_intknepmis2(&self) -> D_INTKNEPMIS2_R
pub fn d_intknepmis2(&self) -> D_INTKNEPMIS2_R
Bit 5
sourcepub fn d_inepnakeff2(&self) -> D_INEPNAKEFF2_R
pub fn d_inepnakeff2(&self) -> D_INEPNAKEFF2_R
Bit 6
sourcepub fn d_txfemp2(&self) -> D_TXFEMP2_R
pub fn d_txfemp2(&self) -> D_TXFEMP2_R
Bit 7
sourcepub fn d_txfifoundrn2(&self) -> D_TXFIFOUNDRN2_R
pub fn d_txfifoundrn2(&self) -> D_TXFIFOUNDRN2_R
Bit 8
sourcepub fn d_bnaintr2(&self) -> D_BNAINTR2_R
pub fn d_bnaintr2(&self) -> D_BNAINTR2_R
Bit 9
sourcepub fn d_pktdrpsts2(&self) -> D_PKTDRPSTS2_R
pub fn d_pktdrpsts2(&self) -> D_PKTDRPSTS2_R
Bit 11
sourcepub fn d_bbleerr2(&self) -> D_BBLEERR2_R
pub fn d_bbleerr2(&self) -> D_BBLEERR2_R
Bit 12
sourcepub fn d_nakintrpt2(&self) -> D_NAKINTRPT2_R
pub fn d_nakintrpt2(&self) -> D_NAKINTRPT2_R
Bit 13
sourcepub fn d_nyetintrpt2(&self) -> D_NYETINTRPT2_R
pub fn d_nyetintrpt2(&self) -> D_NYETINTRPT2_R
Bit 14
Methods from Deref<Target = R<DIEPINT2_SPEC>>
Trait Implementations
sourceimpl From<R<DIEPINT2_SPEC>> for R
impl From<R<DIEPINT2_SPEC>> for R
sourcefn from(reader: R<DIEPINT2_SPEC>) -> Self
fn from(reader: R<DIEPINT2_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