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