pub struct W(_);Expand description
Register DIEPINT2 writer
Implementations
sourceimpl W
impl W
sourcepub fn d_xfercompl2(&mut self) -> D_XFERCOMPL2_W<'_, 0>
pub fn d_xfercompl2(&mut self) -> D_XFERCOMPL2_W<'_, 0>
Bit 0
sourcepub fn d_epdisbld2(&mut self) -> D_EPDISBLD2_W<'_, 1>
pub fn d_epdisbld2(&mut self) -> D_EPDISBLD2_W<'_, 1>
Bit 1
sourcepub fn d_ahberr2(&mut self) -> D_AHBERR2_W<'_, 2>
pub fn d_ahberr2(&mut self) -> D_AHBERR2_W<'_, 2>
Bit 2
sourcepub fn d_timeout2(&mut self) -> D_TIMEOUT2_W<'_, 3>
pub fn d_timeout2(&mut self) -> D_TIMEOUT2_W<'_, 3>
Bit 3
sourcepub fn d_intkntxfemp2(&mut self) -> D_INTKNTXFEMP2_W<'_, 4>
pub fn d_intkntxfemp2(&mut self) -> D_INTKNTXFEMP2_W<'_, 4>
Bit 4
sourcepub fn d_intknepmis2(&mut self) -> D_INTKNEPMIS2_W<'_, 5>
pub fn d_intknepmis2(&mut self) -> D_INTKNEPMIS2_W<'_, 5>
Bit 5
sourcepub fn d_inepnakeff2(&mut self) -> D_INEPNAKEFF2_W<'_, 6>
pub fn d_inepnakeff2(&mut self) -> D_INEPNAKEFF2_W<'_, 6>
Bit 6
sourcepub fn d_txfifoundrn2(&mut self) -> D_TXFIFOUNDRN2_W<'_, 8>
pub fn d_txfifoundrn2(&mut self) -> D_TXFIFOUNDRN2_W<'_, 8>
Bit 8
sourcepub fn d_bnaintr2(&mut self) -> D_BNAINTR2_W<'_, 9>
pub fn d_bnaintr2(&mut self) -> D_BNAINTR2_W<'_, 9>
Bit 9
sourcepub fn d_pktdrpsts2(&mut self) -> D_PKTDRPSTS2_W<'_, 11>
pub fn d_pktdrpsts2(&mut self) -> D_PKTDRPSTS2_W<'_, 11>
Bit 11
sourcepub fn d_bbleerr2(&mut self) -> D_BBLEERR2_W<'_, 12>
pub fn d_bbleerr2(&mut self) -> D_BBLEERR2_W<'_, 12>
Bit 12
sourcepub fn d_nakintrpt2(&mut self) -> D_NAKINTRPT2_W<'_, 13>
pub fn d_nakintrpt2(&mut self) -> D_NAKINTRPT2_W<'_, 13>
Bit 13
sourcepub fn d_nyetintrpt2(&mut self) -> D_NYETINTRPT2_W<'_, 14>
pub fn d_nyetintrpt2(&mut self) -> D_NYETINTRPT2_W<'_, 14>
Bit 14
Methods from Deref<Target = W<DIEPINT2_SPEC>>
Trait Implementations
sourceimpl From<W<DIEPINT2_SPEC>> for W
impl From<W<DIEPINT2_SPEC>> for W
sourcefn from(writer: W<DIEPINT2_SPEC>) -> Self
fn from(writer: W<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