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