pub enum SUSPW {
Clear = 0,
}
Expand description
Suspend mode request Device mode This bit is set by the hardware when no traffic has been received for 3ms, indicating a suspend mode request from the USB bus. The suspend condition check is enabled immediately after any USB reset and it is disabled by the hardware when the suspend mode is active (SUSPEN=1) until the end of resume sequence. This bit is read/write but only 0 can be written and writing 1 has no effect.
Value on reset: 0
Variants§
Clear = 0
0: Clear flag
Trait Implementations§
impl Copy for SUSPW
impl Eq for SUSPW
impl StructuralPartialEq for SUSPW
Auto Trait Implementations§
impl Freeze for SUSPW
impl RefUnwindSafe for SUSPW
impl Send for SUSPW
impl Sync for SUSPW
impl Unpin for SUSPW
impl UnwindSafe for SUSPW
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