[][src]Enum imxrt1062_enet::racc::IPDIS_A

pub enum IPDIS_A {
    IPDIS_0,
    IPDIS_1,
}

Enable Discard Of Frames With Wrong IPv4 Header Checksum

Value on reset: 0

Variants

IPDIS_0

0: Frames with wrong IPv4 header checksum are not discarded.

IPDIS_1

1: If an IPv4 frame is received with a mismatching header checksum, the frame is discarded. IPv6 has no header checksum and is not affected by this setting. Discarding is only available when the RX FIFO operates in store and forward mode (RSFL cleared).

Trait Implementations

impl Clone for IPDIS_A[src]

impl Copy for IPDIS_A[src]

impl Debug for IPDIS_A[src]

impl From<IPDIS_A> for bool[src]

impl PartialEq<IPDIS_A> for IPDIS_A[src]

impl StructuralPartialEq for IPDIS_A[src]

Auto Trait Implementations

impl Send for IPDIS_A

impl Sync for IPDIS_A

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