[][src]Enum imxrt1062_enet::rcr::RMII_10T_A

pub enum RMII_10T_A {
    RMII_10T_0,
    RMII_10T_1,
}

Enables 10-Mbit/s mode of the RMII .

Value on reset: 0

Variants

RMII_10T_0

0: 100-Mbit/s operation.

RMII_10T_1

1: 10-Mbit/s operation.

Trait Implementations

impl Clone for RMII_10T_A[src]

impl Copy for RMII_10T_A[src]

impl Debug for RMII_10T_A[src]

impl From<RMII_10T_A> for bool[src]

impl PartialEq<RMII_10T_A> for RMII_10T_A[src]

impl StructuralPartialEq for RMII_10T_A[src]

Auto Trait Implementations

impl Send for RMII_10T_A

impl Sync for RMII_10T_A

impl Unpin for RMII_10T_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.