pub struct W(_);
Expand description
Register DIEPINT4
writer
Implementations§
source§impl W
impl W
sourcepub fn d_xfercompl4(&mut self) -> D_XFERCOMPL4_W<'_, 0>
pub fn d_xfercompl4(&mut self) -> D_XFERCOMPL4_W<'_, 0>
Bit 0
sourcepub fn d_epdisbld4(&mut self) -> D_EPDISBLD4_W<'_, 1>
pub fn d_epdisbld4(&mut self) -> D_EPDISBLD4_W<'_, 1>
Bit 1
sourcepub fn d_ahberr4(&mut self) -> D_AHBERR4_W<'_, 2>
pub fn d_ahberr4(&mut self) -> D_AHBERR4_W<'_, 2>
Bit 2
sourcepub fn d_timeout4(&mut self) -> D_TIMEOUT4_W<'_, 3>
pub fn d_timeout4(&mut self) -> D_TIMEOUT4_W<'_, 3>
Bit 3
sourcepub fn d_intkntxfemp4(&mut self) -> D_INTKNTXFEMP4_W<'_, 4>
pub fn d_intkntxfemp4(&mut self) -> D_INTKNTXFEMP4_W<'_, 4>
Bit 4
sourcepub fn d_intknepmis4(&mut self) -> D_INTKNEPMIS4_W<'_, 5>
pub fn d_intknepmis4(&mut self) -> D_INTKNEPMIS4_W<'_, 5>
Bit 5
sourcepub fn d_inepnakeff4(&mut self) -> D_INEPNAKEFF4_W<'_, 6>
pub fn d_inepnakeff4(&mut self) -> D_INEPNAKEFF4_W<'_, 6>
Bit 6
sourcepub fn d_txfifoundrn4(&mut self) -> D_TXFIFOUNDRN4_W<'_, 8>
pub fn d_txfifoundrn4(&mut self) -> D_TXFIFOUNDRN4_W<'_, 8>
Bit 8
sourcepub fn d_bnaintr4(&mut self) -> D_BNAINTR4_W<'_, 9>
pub fn d_bnaintr4(&mut self) -> D_BNAINTR4_W<'_, 9>
Bit 9
sourcepub fn d_pktdrpsts4(&mut self) -> D_PKTDRPSTS4_W<'_, 11>
pub fn d_pktdrpsts4(&mut self) -> D_PKTDRPSTS4_W<'_, 11>
Bit 11
sourcepub fn d_bbleerr4(&mut self) -> D_BBLEERR4_W<'_, 12>
pub fn d_bbleerr4(&mut self) -> D_BBLEERR4_W<'_, 12>
Bit 12
sourcepub fn d_nakintrpt4(&mut self) -> D_NAKINTRPT4_W<'_, 13>
pub fn d_nakintrpt4(&mut self) -> D_NAKINTRPT4_W<'_, 13>
Bit 13
sourcepub fn d_nyetintrpt4(&mut self) -> D_NYETINTRPT4_W<'_, 14>
pub fn d_nyetintrpt4(&mut self) -> D_NYETINTRPT4_W<'_, 14>
Bit 14
Methods from Deref<Target = W<DIEPINT4_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