pub enum ERRM_A {
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_A
impl StructuralPartialEq for ERRM_A
Auto Trait Implementations§
impl Freeze for ERRM_A
impl RefUnwindSafe for ERRM_A
impl Send for ERRM_A
impl Sync for ERRM_A
impl Unpin for ERRM_A
impl UnwindSafe for ERRM_A
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