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