pub struct W(_);
Expand description
Register DOEPINT6
writer
Implementations§
source§impl W
impl W
sourcepub fn xfercompl6(&mut self) -> XFERCOMPL6_W<'_, 0>
pub fn xfercompl6(&mut self) -> XFERCOMPL6_W<'_, 0>
Bit 0
sourcepub fn epdisbld6(&mut self) -> EPDISBLD6_W<'_, 1>
pub fn epdisbld6(&mut self) -> EPDISBLD6_W<'_, 1>
Bit 1
sourcepub fn outtknepdis6(&mut self) -> OUTTKNEPDIS6_W<'_, 4>
pub fn outtknepdis6(&mut self) -> OUTTKNEPDIS6_W<'_, 4>
Bit 4
sourcepub fn stsphsercvd6(&mut self) -> STSPHSERCVD6_W<'_, 5>
pub fn stsphsercvd6(&mut self) -> STSPHSERCVD6_W<'_, 5>
Bit 5
sourcepub fn back2backsetup6(&mut self) -> BACK2BACKSETUP6_W<'_, 6>
pub fn back2backsetup6(&mut self) -> BACK2BACKSETUP6_W<'_, 6>
Bit 6
sourcepub fn outpkterr6(&mut self) -> OUTPKTERR6_W<'_, 8>
pub fn outpkterr6(&mut self) -> OUTPKTERR6_W<'_, 8>
Bit 8
sourcepub fn bnaintr6(&mut self) -> BNAINTR6_W<'_, 9>
pub fn bnaintr6(&mut self) -> BNAINTR6_W<'_, 9>
Bit 9
sourcepub fn pktdrpsts6(&mut self) -> PKTDRPSTS6_W<'_, 11>
pub fn pktdrpsts6(&mut self) -> PKTDRPSTS6_W<'_, 11>
Bit 11
sourcepub fn bbleerr6(&mut self) -> BBLEERR6_W<'_, 12>
pub fn bbleerr6(&mut self) -> BBLEERR6_W<'_, 12>
Bit 12
sourcepub fn nakintrpt6(&mut self) -> NAKINTRPT6_W<'_, 13>
pub fn nakintrpt6(&mut self) -> NAKINTRPT6_W<'_, 13>
Bit 13
sourcepub fn nyepintrpt6(&mut self) -> NYEPINTRPT6_W<'_, 14>
pub fn nyepintrpt6(&mut self) -> NYEPINTRPT6_W<'_, 14>
Bit 14
sourcepub fn stuppktrcvd6(&mut self) -> STUPPKTRCVD6_W<'_, 15>
pub fn stuppktrcvd6(&mut self) -> STUPPKTRCVD6_W<'_, 15>
Bit 15
Methods from Deref<Target = W<DOEPINT6_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more