pub struct R(_);
Expand description
Register DIEPINT1
reader
Implementations
sourceimpl R
impl R
sourcepub fn d_xfercompl1(&self) -> D_XFERCOMPL1_R
pub fn d_xfercompl1(&self) -> D_XFERCOMPL1_R
Bit 0
sourcepub fn d_epdisbld1(&self) -> D_EPDISBLD1_R
pub fn d_epdisbld1(&self) -> D_EPDISBLD1_R
Bit 1
sourcepub fn d_ahberr1(&self) -> D_AHBERR1_R
pub fn d_ahberr1(&self) -> D_AHBERR1_R
Bit 2
sourcepub fn d_timeout1(&self) -> D_TIMEOUT1_R
pub fn d_timeout1(&self) -> D_TIMEOUT1_R
Bit 3
sourcepub fn d_intkntxfemp1(&self) -> D_INTKNTXFEMP1_R
pub fn d_intkntxfemp1(&self) -> D_INTKNTXFEMP1_R
Bit 4
sourcepub fn d_intknepmis1(&self) -> D_INTKNEPMIS1_R
pub fn d_intknepmis1(&self) -> D_INTKNEPMIS1_R
Bit 5
sourcepub fn d_inepnakeff1(&self) -> D_INEPNAKEFF1_R
pub fn d_inepnakeff1(&self) -> D_INEPNAKEFF1_R
Bit 6
sourcepub fn d_txfemp1(&self) -> D_TXFEMP1_R
pub fn d_txfemp1(&self) -> D_TXFEMP1_R
Bit 7
sourcepub fn d_txfifoundrn1(&self) -> D_TXFIFOUNDRN1_R
pub fn d_txfifoundrn1(&self) -> D_TXFIFOUNDRN1_R
Bit 8
sourcepub fn d_bnaintr1(&self) -> D_BNAINTR1_R
pub fn d_bnaintr1(&self) -> D_BNAINTR1_R
Bit 9
sourcepub fn d_pktdrpsts1(&self) -> D_PKTDRPSTS1_R
pub fn d_pktdrpsts1(&self) -> D_PKTDRPSTS1_R
Bit 11
sourcepub fn d_bbleerr1(&self) -> D_BBLEERR1_R
pub fn d_bbleerr1(&self) -> D_BBLEERR1_R
Bit 12
sourcepub fn d_nakintrpt1(&self) -> D_NAKINTRPT1_R
pub fn d_nakintrpt1(&self) -> D_NAKINTRPT1_R
Bit 13
sourcepub fn d_nyetintrpt1(&self) -> D_NYETINTRPT1_R
pub fn d_nyetintrpt1(&self) -> D_NYETINTRPT1_R
Bit 14
Methods from Deref<Target = R<DIEPINT1_SPEC>>
Trait Implementations
sourceimpl From<R<DIEPINT1_SPEC>> for R
impl From<R<DIEPINT1_SPEC>> for R
sourcefn from(reader: R<DIEPINT1_SPEC>) -> Self
fn from(reader: R<DIEPINT1_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