[][src]Enum imxrt1062_enet::ecr::ETHEREN_A

pub enum ETHEREN_A {
    ETHEREN_0,
    ETHEREN_1,
}

Ethernet Enable

Value on reset: 0

Variants

ETHEREN_0

0: Reception immediately stops and transmission stops after a bad CRC is appended to any currently transmitted frame.

ETHEREN_1

1: MAC is enabled, and reception and transmission are possible.

Trait Implementations

impl Clone for ETHEREN_A[src]

impl Copy for ETHEREN_A[src]

impl Debug for ETHEREN_A[src]

impl From<ETHEREN_A> for bool[src]

impl PartialEq<ETHEREN_A> for ETHEREN_A[src]

impl StructuralPartialEq for ETHEREN_A[src]

Auto Trait Implementations

impl Send for ETHEREN_A

impl Sync for ETHEREN_A

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