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