pub enum SOFR {
NotStartOfFrame = 0,
StartOfFrame = 1,
}
Expand description
start of frame
Value on reset: 0
Variants§
NotStartOfFrame = 0
0: NotStartOfFrame
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 SOFR
impl Eq for SOFR
impl StructuralPartialEq for SOFR
Auto Trait Implementations§
impl Freeze for SOFR
impl RefUnwindSafe for SOFR
impl Send for SOFR
impl Sync for SOFR
impl Unpin for SOFR
impl UnwindSafe for SOFR
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