[][src]Struct stm32h7::stm32h743::ethernet_mac::macl3l4c0r::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 l3pen0(&mut self) -> _L3PEN0W[src]

Bit 0 - Layer 3 Protocol Enable

pub fn l3sam0(&mut self) -> _L3SAM0W[src]

Bit 2 - Layer 3 IP SA Match Enable

pub fn l3saim0(&mut self) -> _L3SAIM0W[src]

Bit 3 - Layer 3 IP SA Inverse Match Enable

pub fn l3dam0(&mut self) -> _L3DAM0W[src]

Bit 4 - Layer 3 IP DA Match Enable

pub fn l3daim0(&mut self) -> _L3DAIM0W[src]

Bit 5 - Layer 3 IP DA Inverse Match Enable

pub fn l3hsbm0(&mut self) -> _L3HSBM0W[src]

Bits 6:10 - Layer 3 IP SA Higher Bits Match

pub fn l3hdbm0(&mut self) -> _L3HDBM0W[src]

Bits 11:15 - Layer 3 IP DA Higher Bits Match

pub fn l4pen0(&mut self) -> _L4PEN0W[src]

Bit 16 - Layer 4 Protocol Enable

pub fn l4spm0(&mut self) -> _L4SPM0W[src]

Bit 18 - Layer 4 Source Port Match Enable

pub fn l4spim0(&mut self) -> _L4SPIM0W[src]

Bit 19 - Layer 4 Source Port Inverse Match Enable

pub fn l4dpm0(&mut self) -> _L4DPM0W[src]

Bit 20 - Layer 4 Destination Port Match Enable

pub fn l4dpim0(&mut self) -> _L4DPIM0W[src]

Bit 21 - Layer 4 Destination Port Inverse Match Enable

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