pub enum WKUPW {
WAKEUP,
}
Expand description
Values that can be written to the field WKUP
Variants§
WAKEUP
activity is detected that wakes up the USB peripheral
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