pub struct R(/* private fields */);Expand description
Register GUSBCFG reader
Implementations§
Source§impl R
impl R
Sourcepub fn usbtrdtim(&self) -> USBTRDTIM_R
pub fn usbtrdtim(&self) -> USBTRDTIM_R
Bits 10:13 - USB Turnaround Time
Sourcepub fn termseldlpulse(&self) -> TERMSELDLPULSE_R
pub fn termseldlpulse(&self) -> TERMSELDLPULSE_R
Bit 22 - TermSel DLine Pulsing Selection
Sourcepub fn txenddelay(&self) -> TXENDDELAY_R
pub fn txenddelay(&self) -> TXENDDELAY_R
Bit 28 - Tx End Delay
Sourcepub fn forcehstmode(&self) -> FORCEHSTMODE_R
pub fn forcehstmode(&self) -> FORCEHSTMODE_R
Bit 29 - Force Host Mode
Sourcepub fn forcedevmode(&self) -> FORCEDEVMODE_R
pub fn forcedevmode(&self) -> FORCEDEVMODE_R
Bit 30 - Force Device Mode
Methods from Deref<Target = R<GUSBCFG_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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