#[repr(u8)]pub enum Sm {
SERIAL_ENGINE_NO = 0,
SERIAL_ENGINE_EN = 1,
SW_RST_PARALLEL = 2,
SW_RST_SERIAL_ENG = 3,
}Variants§
SERIAL_ENGINE_NO = 0
No serial engine; always use parallel signaling
SERIAL_ENGINE_EN = 1
Serial engine present; always use serial signaling for FS and LS
SW_RST_PARALLEL = 2
Software programmable; reset to use parallel signaling for FS and LS
SW_RST_SERIAL_ENG = 3
Software programmable; reset to use serial signaling for FS and 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