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