pub struct DCON_C_R(/* private fields */);Expand description
Field DCON_C reader - Device status - connect change. The Connect Change bit is set when the device’s pull-up resistor is disconnected because VBus disappeared. The bit is reset by writing a one to it.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DCON_C_R
impl RefUnwindSafe for DCON_C_R
impl Send for DCON_C_R
impl Sync for DCON_C_R
impl Unpin for DCON_C_R
impl UnsafeUnpin for DCON_C_R
impl UnwindSafe for DCON_C_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