pub struct W(_);Expand description
Register DOEPCTL4 writer
Implementations§
source§impl W
impl W
sourcepub fn do_snak4(&mut self) -> DO_SNAK4_W<'_, 27>
pub fn do_snak4(&mut self) -> DO_SNAK4_W<'_, 27>
Bit 27
sourcepub fn do_setd0pid4(&mut self) -> DO_SETD0PID4_W<'_, 28>
pub fn do_setd0pid4(&mut self) -> DO_SETD0PID4_W<'_, 28>
Bit 28
sourcepub fn do_setd1pid4(&mut self) -> DO_SETD1PID4_W<'_, 29>
pub fn do_setd1pid4(&mut self) -> DO_SETD1PID4_W<'_, 29>
Bit 29
Methods from Deref<Target = W<DOEPCTL4_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