pub struct W(_);Expand description
Register DIEPINT0 writer
Implementations
sourceimpl W
impl W
sourcepub fn d_xfercompl0(&mut self) -> D_XFERCOMPL0_W<'_, 0>
pub fn d_xfercompl0(&mut self) -> D_XFERCOMPL0_W<'_, 0>
Bit 0
sourcepub fn d_epdisbld0(&mut self) -> D_EPDISBLD0_W<'_, 1>
pub fn d_epdisbld0(&mut self) -> D_EPDISBLD0_W<'_, 1>
Bit 1
sourcepub fn d_ahberr0(&mut self) -> D_AHBERR0_W<'_, 2>
pub fn d_ahberr0(&mut self) -> D_AHBERR0_W<'_, 2>
Bit 2
sourcepub fn d_timeout0(&mut self) -> D_TIMEOUT0_W<'_, 3>
pub fn d_timeout0(&mut self) -> D_TIMEOUT0_W<'_, 3>
Bit 3
sourcepub fn d_intkntxfemp0(&mut self) -> D_INTKNTXFEMP0_W<'_, 4>
pub fn d_intkntxfemp0(&mut self) -> D_INTKNTXFEMP0_W<'_, 4>
Bit 4
sourcepub fn d_intknepmis0(&mut self) -> D_INTKNEPMIS0_W<'_, 5>
pub fn d_intknepmis0(&mut self) -> D_INTKNEPMIS0_W<'_, 5>
Bit 5
sourcepub fn d_inepnakeff0(&mut self) -> D_INEPNAKEFF0_W<'_, 6>
pub fn d_inepnakeff0(&mut self) -> D_INEPNAKEFF0_W<'_, 6>
Bit 6
sourcepub fn d_txfifoundrn0(&mut self) -> D_TXFIFOUNDRN0_W<'_, 8>
pub fn d_txfifoundrn0(&mut self) -> D_TXFIFOUNDRN0_W<'_, 8>
Bit 8
sourcepub fn d_bnaintr0(&mut self) -> D_BNAINTR0_W<'_, 9>
pub fn d_bnaintr0(&mut self) -> D_BNAINTR0_W<'_, 9>
Bit 9
sourcepub fn d_pktdrpsts0(&mut self) -> D_PKTDRPSTS0_W<'_, 11>
pub fn d_pktdrpsts0(&mut self) -> D_PKTDRPSTS0_W<'_, 11>
Bit 11
sourcepub fn d_bbleerr0(&mut self) -> D_BBLEERR0_W<'_, 12>
pub fn d_bbleerr0(&mut self) -> D_BBLEERR0_W<'_, 12>
Bit 12
sourcepub fn d_nakintrpt0(&mut self) -> D_NAKINTRPT0_W<'_, 13>
pub fn d_nakintrpt0(&mut self) -> D_NAKINTRPT0_W<'_, 13>
Bit 13
sourcepub fn d_nyetintrpt0(&mut self) -> D_NYETINTRPT0_W<'_, 14>
pub fn d_nyetintrpt0(&mut self) -> D_NYETINTRPT0_W<'_, 14>
Bit 14
Methods from Deref<Target = W<DIEPINT0_SPEC>>
Trait Implementations
sourceimpl From<W<DIEPINT0_SPEC>> for W
impl From<W<DIEPINT0_SPEC>> for W
sourcefn from(writer: W<DIEPINT0_SPEC>) -> Self
fn from(writer: W<DIEPINT0_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