pub struct R(_);Expand description
Register DIEPINT4 reader
Implementations
sourceimpl R
impl R
sourcepub fn d_xfercompl4(&self) -> D_XFERCOMPL4_R
pub fn d_xfercompl4(&self) -> D_XFERCOMPL4_R
Bit 0
sourcepub fn d_epdisbld4(&self) -> D_EPDISBLD4_R
pub fn d_epdisbld4(&self) -> D_EPDISBLD4_R
Bit 1
sourcepub fn d_ahberr4(&self) -> D_AHBERR4_R
pub fn d_ahberr4(&self) -> D_AHBERR4_R
Bit 2
sourcepub fn d_timeout4(&self) -> D_TIMEOUT4_R
pub fn d_timeout4(&self) -> D_TIMEOUT4_R
Bit 3
sourcepub fn d_intkntxfemp4(&self) -> D_INTKNTXFEMP4_R
pub fn d_intkntxfemp4(&self) -> D_INTKNTXFEMP4_R
Bit 4
sourcepub fn d_intknepmis4(&self) -> D_INTKNEPMIS4_R
pub fn d_intknepmis4(&self) -> D_INTKNEPMIS4_R
Bit 5
sourcepub fn d_inepnakeff4(&self) -> D_INEPNAKEFF4_R
pub fn d_inepnakeff4(&self) -> D_INEPNAKEFF4_R
Bit 6
sourcepub fn d_txfemp4(&self) -> D_TXFEMP4_R
pub fn d_txfemp4(&self) -> D_TXFEMP4_R
Bit 7
sourcepub fn d_txfifoundrn4(&self) -> D_TXFIFOUNDRN4_R
pub fn d_txfifoundrn4(&self) -> D_TXFIFOUNDRN4_R
Bit 8
sourcepub fn d_bnaintr4(&self) -> D_BNAINTR4_R
pub fn d_bnaintr4(&self) -> D_BNAINTR4_R
Bit 9
sourcepub fn d_pktdrpsts4(&self) -> D_PKTDRPSTS4_R
pub fn d_pktdrpsts4(&self) -> D_PKTDRPSTS4_R
Bit 11
sourcepub fn d_bbleerr4(&self) -> D_BBLEERR4_R
pub fn d_bbleerr4(&self) -> D_BBLEERR4_R
Bit 12
sourcepub fn d_nakintrpt4(&self) -> D_NAKINTRPT4_R
pub fn d_nakintrpt4(&self) -> D_NAKINTRPT4_R
Bit 13
sourcepub fn d_nyetintrpt4(&self) -> D_NYETINTRPT4_R
pub fn d_nyetintrpt4(&self) -> D_NYETINTRPT4_R
Bit 14
Methods from Deref<Target = R<DIEPINT4_SPEC>>
Trait Implementations
sourceimpl From<R<DIEPINT4_SPEC>> for R
impl From<R<DIEPINT4_SPEC>> for R
sourcefn from(reader: R<DIEPINT4_SPEC>) -> Self
fn from(reader: R<DIEPINT4_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