[][src]Struct stm32h7xx_hal::device::ethernet_mac::macpfr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn pr(&self) -> PRR[src]

Bit 0 - Promiscuous Mode

pub fn huc(&self) -> HUCR[src]

Bit 1 - Hash Unicast

pub fn hmc(&self) -> HMCR[src]

Bit 2 - Hash Multicast

pub fn daif(&self) -> DAIFR[src]

Bit 3 - DA Inverse Filtering

pub fn pm(&self) -> PMR[src]

Bit 4 - Pass All Multicast

pub fn dbf(&self) -> DBFR[src]

Bit 5 - Disable Broadcast Packets

pub fn pcf(&self) -> PCFR[src]

Bits 6:7 - Pass Control Packets

pub fn saif(&self) -> SAIFR[src]

Bit 8 - SA Inverse Filtering

pub fn saf(&self) -> SAFR[src]

Bit 9 - Source Address Filter Enable

pub fn hpf(&self) -> HPFR[src]

Bit 10 - Hash or Perfect Filter

pub fn vtfe(&self) -> VTFER[src]

Bit 16 - VLAN Tag Filter Enable

pub fn ipfe(&self) -> IPFER[src]

Bit 20 - Layer 3 and Layer 4 Filter Enable

pub fn dntu(&self) -> DNTUR[src]

Bit 21 - Drop Non-TCP/UDP over IP Packets

pub fn ra(&self) -> RAR[src]

Bit 31 - Receive All

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self