[][src]Enum imxrt1062_enet::racc::LINEDIS_A

pub enum LINEDIS_A {
    LINEDIS_0,
    LINEDIS_1,
}

Enable Discard Of Frames With MAC Layer Errors

Value on reset: 0

Variants

LINEDIS_0

0: Frames with errors are not discarded.

LINEDIS_1

1: Any frame received with a CRC, length, or PHY error is automatically discarded and not forwarded to the user application interface.

Trait Implementations

impl Clone for LINEDIS_A[src]

impl Copy for LINEDIS_A[src]

impl Debug for LINEDIS_A[src]

impl From<LINEDIS_A> for bool[src]

impl PartialEq<LINEDIS_A> for LINEDIS_A[src]

impl StructuralPartialEq for LINEDIS_A[src]

Auto Trait Implementations

impl Send for LINEDIS_A

impl Sync for LINEDIS_A

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