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