#[repr(u8)]pub enum Sm {
SM_0 = 0,
SM_1 = 1,
SM_2 = 2,
SM_3 = 3,
}Variants§
SM_0 = 0
No Serial Engine, always use parallel signalling.
SM_1 = 1
Serial Engine present, always use serial signalling for FS/LS.
SM_2 = 2
Software programmable - Reset to use parallel signalling for FS/LS
SM_3 = 3
Software programmable - Reset to use serial signalling for FS/LS
Implementations§
Trait Implementations§
Source§impl Ord for Sm
impl Ord for Sm
Source§impl PartialOrd for Sm
impl PartialOrd for Sm
impl Copy for Sm
impl Eq for Sm
impl StructuralPartialEq for Sm
Auto Trait Implementations§
impl Freeze for Sm
impl RefUnwindSafe for Sm
impl Send for Sm
impl Sync for Sm
impl Unpin for Sm
impl UnwindSafe for Sm
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