[][src]Enum imxrt1062_usb1::hwgeneral::SM_A

#[repr(u8)]pub enum SM_A {
    SM_0,
    SM_1,
    SM_2,
    SM_3,
}

Serial interface mode capability

Value on reset: 0

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

Trait Implementations

impl Clone for SM_A[src]

impl Copy for SM_A[src]

impl Debug for SM_A[src]

impl From<SM_A> for u8[src]

impl PartialEq<SM_A> for SM_A[src]

impl StructuralPartialEq for SM_A[src]

Auto Trait Implementations

impl Send for SM_A

impl Sync for SM_A

impl Unpin for SM_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.