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