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