pub enum SOF_A {
STARTOFFRAME = 1,
}Expand description
start of frame
Value on reset: 0
Variants§
STARTOFFRAME = 1
1: beginning of a new USB frame and it is set when a SOF packet arrives through the USB bus
Trait Implementations§
impl Copy for SOF_A
impl StructuralPartialEq for SOF_A
Auto Trait Implementations§
impl Freeze for SOF_A
impl RefUnwindSafe for SOF_A
impl Send for SOF_A
impl Sync for SOF_A
impl Unpin for SOF_A
impl UnwindSafe for SOF_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