pub enum WKUP_A {
WAKEUP = 1,
}Expand description
Wakeup
Value on reset: 0
Variants§
WAKEUP = 1
1: activity is detected that wakes up the USB peripheral
Trait Implementations§
impl Copy for WKUP_A
impl StructuralPartialEq for WKUP_A
Auto Trait Implementations§
impl Freeze for WKUP_A
impl RefUnwindSafe for WKUP_A
impl Send for WKUP_A
impl Sync for WKUP_A
impl Unpin for WKUP_A
impl UnwindSafe for WKUP_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