[][src]Enum imxrt1062_enet::racc::PRODIS_A

pub enum PRODIS_A {
    PRODIS_0,
    PRODIS_1,
}

Enable Discard Of Frames With Wrong Protocol Checksum

Value on reset: 0

Variants

PRODIS_0

0: Frames with wrong checksum are not discarded.

PRODIS_1

1: If a TCP/IP, UDP/IP, or ICMP/IP frame is received that has a wrong TCP, UDP, or ICMP checksum, the frame is discarded. Discarding is only available when the RX FIFO operates in store and forward mode (RSFL cleared).

Trait Implementations

impl Clone for PRODIS_A[src]

impl Copy for PRODIS_A[src]

impl Debug for PRODIS_A[src]

impl From<PRODIS_A> for bool[src]

impl PartialEq<PRODIS_A> for PRODIS_A[src]

impl StructuralPartialEq for PRODIS_A[src]

Auto Trait Implementations

impl Send for PRODIS_A

impl Sync for PRODIS_A

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