[][src]Struct msp432e4::emac0::framefltr::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 emac_framefltr_pr(&mut self) -> _EMAC_FRAMEFLTR_PRW[src]

Bit 0 - Promiscuous Mode

pub fn emac_framefltr_huc(&mut self) -> _EMAC_FRAMEFLTR_HUCW[src]

Bit 1 - Hash Unicast

pub fn emac_framefltr_hmc(&mut self) -> _EMAC_FRAMEFLTR_HMCW[src]

Bit 2 - Hash Multicast

pub fn emac_framefltr_daif(&mut self) -> _EMAC_FRAMEFLTR_DAIFW[src]

Bit 3 - Destination Address (DA) Inverse Filtering

pub fn emac_framefltr_pm(&mut self) -> _EMAC_FRAMEFLTR_PMW[src]

Bit 4 - Pass All Multicast

pub fn emac_framefltr_dbf(&mut self) -> _EMAC_FRAMEFLTR_DBFW[src]

Bit 5 - Disable Broadcast Frames

pub fn emac_framefltr_pcf(&mut self) -> _EMAC_FRAMEFLTR_PCFW[src]

Bits 6:7 - Pass Control Frames

pub fn emac_framefltr_saif(&mut self) -> _EMAC_FRAMEFLTR_SAIFW[src]

Bit 8 - Source Address (SA) Inverse Filtering

pub fn emac_framefltr_saf(&mut self) -> _EMAC_FRAMEFLTR_SAFW[src]

Bit 9 - Source Address Filter Enable

pub fn emac_framefltr_hpf(&mut self) -> _EMAC_FRAMEFLTR_HPFW[src]

Bit 10 - Hash or Perfect Filter

pub fn emac_framefltr_vtfe(&mut self) -> _EMAC_FRAMEFLTR_VTFEW[src]

Bit 16 - VLAN Tag Filter Enable

pub fn emac_framefltr_ra(&mut self) -> _EMAC_FRAMEFLTR_RAW[src]

Bit 31 - Receive All

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send 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