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