[][src]Struct stm32h7::stm32h743v::ethernet_mac::macl3l4c1r::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 l3pen1(&mut self) -> _L3PEN1W[src]

Bit 0 - Layer 3 Protocol Enable

pub fn l3sam1(&mut self) -> _L3SAM1W[src]

Bit 2 - Layer 3 IP SA Match Enable

pub fn l3saim1(&mut self) -> _L3SAIM1W[src]

Bit 3 - Layer 3 IP SA Inverse Match Enable

pub fn l3dam1(&mut self) -> _L3DAM1W[src]

Bit 4 - Layer 3 IP DA Match Enable

pub fn l3daim1(&mut self) -> _L3DAIM1W[src]

Bit 5 - Layer 3 IP DA Inverse Match Enable

pub fn l3hsbm1(&mut self) -> _L3HSBM1W[src]

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

pub fn l3hdbm1(&mut self) -> _L3HDBM1W[src]

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

pub fn l4pen1(&mut self) -> _L4PEN1W[src]

Bit 16 - Layer 4 Protocol Enable

pub fn l4spm1(&mut self) -> _L4SPM1W[src]

Bit 18 - Layer 4 Source Port Match Enable

pub fn l4spim1(&mut self) -> _L4SPIM1W[src]

Bit 19 - Layer 4 Source Port Inverse Match Enable

pub fn l4dpm1(&mut self) -> _L4DPM1W[src]

Bit 20 - Layer 4 Destination Port Match Enable

pub fn l4dpim1(&mut self) -> _L4DPIM1W[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