pub struct W(_);
Expand description
Register GUSBCFG
writer
Implementations
sourceimpl W
impl W
sourcepub fn usbtrdtim(&mut self) -> USBTRDTIM_W<'_, 10>
pub fn usbtrdtim(&mut self) -> USBTRDTIM_W<'_, 10>
Bits 10:13
sourcepub fn termseldlpulse(&mut self) -> TERMSELDLPULSE_W<'_, 22>
pub fn termseldlpulse(&mut self) -> TERMSELDLPULSE_W<'_, 22>
Bit 22
sourcepub fn txenddelay(&mut self) -> TXENDDELAY_W<'_, 28>
pub fn txenddelay(&mut self) -> TXENDDELAY_W<'_, 28>
Bit 28
sourcepub fn forcehstmode(&mut self) -> FORCEHSTMODE_W<'_, 29>
pub fn forcehstmode(&mut self) -> FORCEHSTMODE_W<'_, 29>
Bit 29
sourcepub fn forcedevmode(&mut self) -> FORCEDEVMODE_W<'_, 30>
pub fn forcedevmode(&mut self) -> FORCEDEVMODE_W<'_, 30>
Bit 30
sourcepub fn corrupttxpkt(&mut self) -> CORRUPTTXPKT_W<'_, 31>
pub fn corrupttxpkt(&mut self) -> CORRUPTTXPKT_W<'_, 31>
Bit 31
Methods from Deref<Target = W<GUSBCFG_SPEC>>
Trait Implementations
sourceimpl From<W<GUSBCFG_SPEC>> for W
impl From<W<GUSBCFG_SPEC>> for W
sourcefn from(writer: W<GUSBCFG_SPEC>) -> Self
fn from(writer: W<GUSBCFG_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