pub enum SUSP_A {
Suspend = 1,
}Expand description
Suspend mode request
Value on reset: 0
Variants§
Suspend = 1
1: no traffic has been received for 3 ms, indicating a suspend mode request from the USB bus
Trait Implementations§
impl Copy for SUSP_A
impl StructuralPartialEq for SUSP_A
Auto Trait Implementations§
impl Freeze for SUSP_A
impl RefUnwindSafe for SUSP_A
impl Send for SUSP_A
impl Sync for SUSP_A
impl Unpin for SUSP_A
impl UnwindSafe for SUSP_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