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
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