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