pub struct W(_);
Expand description
Register DOEPINT1
writer
Implementations
sourceimpl W
impl W
sourcepub fn xfercompl1(&mut self) -> XFERCOMPL1_W<'_, 0>
pub fn xfercompl1(&mut self) -> XFERCOMPL1_W<'_, 0>
Bit 0
sourcepub fn epdisbld1(&mut self) -> EPDISBLD1_W<'_, 1>
pub fn epdisbld1(&mut self) -> EPDISBLD1_W<'_, 1>
Bit 1
sourcepub fn outtknepdis1(&mut self) -> OUTTKNEPDIS1_W<'_, 4>
pub fn outtknepdis1(&mut self) -> OUTTKNEPDIS1_W<'_, 4>
Bit 4
sourcepub fn stsphsercvd1(&mut self) -> STSPHSERCVD1_W<'_, 5>
pub fn stsphsercvd1(&mut self) -> STSPHSERCVD1_W<'_, 5>
Bit 5
sourcepub fn back2backsetup1(&mut self) -> BACK2BACKSETUP1_W<'_, 6>
pub fn back2backsetup1(&mut self) -> BACK2BACKSETUP1_W<'_, 6>
Bit 6
sourcepub fn outpkterr1(&mut self) -> OUTPKTERR1_W<'_, 8>
pub fn outpkterr1(&mut self) -> OUTPKTERR1_W<'_, 8>
Bit 8
sourcepub fn bnaintr1(&mut self) -> BNAINTR1_W<'_, 9>
pub fn bnaintr1(&mut self) -> BNAINTR1_W<'_, 9>
Bit 9
sourcepub fn pktdrpsts1(&mut self) -> PKTDRPSTS1_W<'_, 11>
pub fn pktdrpsts1(&mut self) -> PKTDRPSTS1_W<'_, 11>
Bit 11
sourcepub fn bbleerr1(&mut self) -> BBLEERR1_W<'_, 12>
pub fn bbleerr1(&mut self) -> BBLEERR1_W<'_, 12>
Bit 12
sourcepub fn nakintrpt1(&mut self) -> NAKINTRPT1_W<'_, 13>
pub fn nakintrpt1(&mut self) -> NAKINTRPT1_W<'_, 13>
Bit 13
sourcepub fn nyepintrpt1(&mut self) -> NYEPINTRPT1_W<'_, 14>
pub fn nyepintrpt1(&mut self) -> NYEPINTRPT1_W<'_, 14>
Bit 14
sourcepub fn stuppktrcvd1(&mut self) -> STUPPKTRCVD1_W<'_, 15>
pub fn stuppktrcvd1(&mut self) -> STUPPKTRCVD1_W<'_, 15>
Bit 15
Methods from Deref<Target = W<DOEPINT1_SPEC>>
Trait Implementations
sourceimpl From<W<DOEPINT1_SPEC>> for W
impl From<W<DOEPINT1_SPEC>> for W
sourcefn from(writer: W<DOEPINT1_SPEC>) -> Self
fn from(writer: W<DOEPINT1_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