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