pub enum SUSPEND_A {
NOT_DETECTED = 0,
DETECTED = 1,
}
Expand description
Signals that USB lines have been idle long enough for the device to enter suspend. Write ‘1’ to clear.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for SUSPEND_A
impl StructuralPartialEq for SUSPEND_A
Auto Trait Implementations§
impl Freeze for SUSPEND_A
impl RefUnwindSafe for SUSPEND_A
impl Send for SUSPEND_A
impl Sync for SUSPEND_A
impl Unpin for SUSPEND_A
impl UnwindSafe for SUSPEND_A
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