[][src]Struct stm32f1xx_hal::pac::ethernet_mac::macffr::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 pm(&self) -> PMR[src]

Bit 0 - Promiscuous mode

pub fn hu(&self) -> HUR[src]

Bit 1 - Hash unicast

pub fn hm(&self) -> HMR[src]

Bit 2 - Hash multicast

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

Bit 3 - Destination address inverse filtering

pub fn pam(&self) -> PAMR[src]

Bit 4 - Pass all multicast

pub fn bfd(&self) -> BFDR[src]

Bit 5 - Broadcast frames disable

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

Bits 6:7 - Pass control frames

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

Bit 8 - Source address inverse filtering

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

Bit 9 - Source address filter

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

Bit 10 - Hash or perfect filter

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

Bit 31 - Receive all

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

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

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

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

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

impl<T> Same for T

type Output = T

Should always be Self