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