pub struct W(/* private fields */);
Expand description
Register DOEP1_CTL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn usbactep(&mut self) -> USBACTEP_W<'_>
pub fn usbactep(&mut self) -> USBACTEP_W<'_>
Bit 15 - USB Active Endpoint
Sourcepub fn setd0pidef(&mut self) -> SETD0PIDEF_W<'_>
pub fn setd0pidef(&mut self) -> SETD0PIDEF_W<'_>
Bit 28 - Set DATA0 PID / Even Frame
Sourcepub fn setd1pidof(&mut self) -> SETD1PIDOF_W<'_>
pub fn setd1pidof(&mut self) -> SETD1PIDOF_W<'_>
Bit 29 - Set DATA1 PID / Odd Frame
Methods from Deref<Target = W<DOEP1_CTL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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