pub enum RESUME_A {
NOT_DETECTED = 0,
DETECTED = 1,
}
Expand description
Signals that a RESUME condition (K state or activity restart) has been detected on USB lines. Write ‘1’ to clear.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RESUME_A
impl StructuralPartialEq for RESUME_A
Auto Trait Implementations§
impl Freeze for RESUME_A
impl RefUnwindSafe for RESUME_A
impl Send for RESUME_A
impl Sync for RESUME_A
impl Unpin for RESUME_A
impl UnwindSafe for RESUME_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