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