pub struct DCON_R(/* private fields */);Expand description
Field DCON reader - Device status - connect. The connect bit must be set by SW to indicate that the device must signal a connect. The pull-up resistor on USB_DP will be enabled when this bit is set and the VBUSDEBOUNCED bit is one.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DCON_R
impl RefUnwindSafe for DCON_R
impl Send for DCON_R
impl Sync for DCON_R
impl Unpin for DCON_R
impl UnsafeUnpin for DCON_R
impl UnwindSafe for DCON_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