[][src]Struct stm32h7::stm32h743::ethernet_mac::macpfr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

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

Bit 0 - Promiscuous Mode

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

Bit 1 - Hash Unicast

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

Bit 2 - Hash Multicast

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

Bit 3 - DA Inverse Filtering

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

Bit 4 - Pass All Multicast

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

Bit 5 - Disable Broadcast Packets

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

Bits 6:7 - Pass Control Packets

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

Bit 8 - SA Inverse Filtering

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

Bit 9 - Source Address Filter Enable

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

Bit 10 - Hash or Perfect Filter

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

Bit 16 - VLAN Tag Filter Enable

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

Bit 20 - Layer 3 and Layer 4 Filter Enable

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

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

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

Bit 31 - Receive All

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

Blanket Implementations

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> From<T> for 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