pub enum WKUPW {
Clear = 0,
}
Expand description
Wakeup This bit is set to 1 by the hardware when, during suspend mode, activity is detected that wakes up the USB peripheral. This event asynchronously clears the SUSPRDY bit in the CTLR register and activates the USB_WAKEUP line, which can be used to notify the rest of the device (for example wakeup unit) about the start of the resume process. 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 WKUPW
impl Eq for WKUPW
impl StructuralPartialEq for WKUPW
Auto Trait Implementations§
impl Freeze for WKUPW
impl RefUnwindSafe for WKUPW
impl Send for WKUPW
impl Sync for WKUPW
impl Unpin for WKUPW
impl UnwindSafe for WKUPW
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