pub enum WKUPMW {
DISABLED,
ENABLED,
}Expand description
Values that can be written to the field WKUPM
Variants§
DISABLED
WKUP Interrupt disabled
ENABLED
WKUP Interrupt enabled, an interrupt request is generated when the corresponding bit in the USB_ISTR register is set
Auto Trait Implementations§
impl Freeze for WKUPMW
impl RefUnwindSafe for WKUPMW
impl Send for WKUPMW
impl Sync for WKUPMW
impl Unpin for WKUPMW
impl UnwindSafe for WKUPMW
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