pub enum WKUPM {
Disabled = 0,
Enabled = 1,
}
Expand description
Wakeup interrupt mask
Value on reset: 0
Variants§
Disabled = 0
0: WKUP Interrupt disabled
Enabled = 1
1: WKUP Interrupt enabled, an interrupt request is generated when the corresponding bit in the USB_ISTR register is set
Trait Implementations§
impl Copy for WKUPM
impl Eq for WKUPM
impl StructuralPartialEq for WKUPM
Auto Trait Implementations§
impl Freeze for WKUPM
impl RefUnwindSafe for WKUPM
impl Send for WKUPM
impl Sync for WKUPM
impl Unpin for WKUPM
impl UnwindSafe for WKUPM
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