pub enum FSOFF {
OnFirst = 0,
BeforeFirst = 1,
}
Expand description
Frame synchronization offset
Value on reset: 0
Variants§
OnFirst = 0
0: FS is asserted on the first bit of the slot 0
BeforeFirst = 1
1: FS is asserted one bit before the first bit of the slot 0
Trait Implementations§
impl Copy for FSOFF
impl Eq for FSOFF
impl StructuralPartialEq for FSOFF
Auto Trait Implementations§
impl Freeze for FSOFF
impl RefUnwindSafe for FSOFF
impl Send for FSOFF
impl Sync for FSOFF
impl Unpin for FSOFF
impl UnwindSafe for FSOFF
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