[][src]Enum stm32f4::stm32f469::ethernet_dma::dmaomr::FEF_A

pub enum FEF_A {
    DROP,
    FORWARD,
}

Forward error frames

Value on reset: 0

Variants

DROP

0: Rx FIFO drops frames with error status

FORWARD

1: All frames except runt error frames are forwarded to the DMA

Trait Implementations

impl Clone for FEF_A[src]

impl Copy for FEF_A[src]

impl Debug for FEF_A[src]

impl From<FEF_A> for bool[src]

impl PartialEq<FEF_A> for FEF_A[src]

impl StructuralPartialEq for FEF_A[src]

Auto Trait Implementations

impl Send for FEF_A

impl Sync for FEF_A

impl Unpin for FEF_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> Same<T> for T

type Output = T

Should always be Self

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.