[][src]Enum stm32f4::stm32f407::ethernet_mac::macffr::HPF_A

pub enum HPF_A {
    HASHONLY,
    HASHORPERFECT,
}

Hash or perfect filter

Value on reset: 0

Variants

HASHONLY

0: If HM or HU is set, only frames that match the Hash filter are passed

HASHORPERFECT

1: If HM or HU is set, frames that match either the perfect filter or the hash filter are passed

Trait Implementations

impl Clone for HPF_A[src]

impl Copy for HPF_A[src]

impl Debug for HPF_A[src]

impl From<HPF_A> for bool[src]

impl PartialEq<HPF_A> for HPF_A[src]

impl StructuralPartialEq for HPF_A[src]

Auto Trait Implementations

impl Send for HPF_A

impl Sync for HPF_A

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