pub struct R(_);
Expand description
Register GUSBCFG
reader
Implementations
sourceimpl R
impl R
sourcepub fn ulpi_utmi_sel(&self) -> ULPI_UTMI_SEL_R
pub fn ulpi_utmi_sel(&self) -> ULPI_UTMI_SEL_R
Bit 4
sourcepub fn usbtrdtim(&self) -> USBTRDTIM_R
pub fn usbtrdtim(&self) -> USBTRDTIM_R
Bits 10:13
sourcepub fn termseldlpulse(&self) -> TERMSELDLPULSE_R
pub fn termseldlpulse(&self) -> TERMSELDLPULSE_R
Bit 22
sourcepub fn txenddelay(&self) -> TXENDDELAY_R
pub fn txenddelay(&self) -> TXENDDELAY_R
Bit 28
sourcepub fn forcehstmode(&self) -> FORCEHSTMODE_R
pub fn forcehstmode(&self) -> FORCEHSTMODE_R
Bit 29
sourcepub fn forcedevmode(&self) -> FORCEDEVMODE_R
pub fn forcedevmode(&self) -> FORCEDEVMODE_R
Bit 30
sourcepub fn corrupttxpkt(&self) -> CORRUPTTXPKT_R
pub fn corrupttxpkt(&self) -> CORRUPTTXPKT_R
Bit 31
Methods from Deref<Target = R<GUSBCFG_SPEC>>
Trait Implementations
sourceimpl From<R<GUSBCFG_SPEC>> for R
impl From<R<GUSBCFG_SPEC>> for R
sourcefn from(reader: R<GUSBCFG_SPEC>) -> Self
fn from(reader: R<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