[][src]Struct stm32h7::stm32h743::ethernet_mac::macvtr::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 vl(&mut self) -> _VLW[src]

Bits 0:15 - VLAN Tag Identifier for Receive Packets

pub fn etv(&mut self) -> _ETVW[src]

Bit 16 - Enable 12-Bit VLAN Tag Comparison

pub fn vtim(&mut self) -> _VTIMW[src]

Bit 17 - VLAN Tag Inverse Match Enable

pub fn esvl(&mut self) -> _ESVLW[src]

Bit 18 - Enable S-VLAN

pub fn ersvlm(&mut self) -> _ERSVLMW[src]

Bit 19 - Enable Receive S-VLAN Match

pub fn dovltc(&mut self) -> _DOVLTCW[src]

Bit 20 - Disable VLAN Type Check

pub fn evls(&mut self) -> _EVLSW[src]

Bits 21:22 - Enable VLAN Tag Stripping on Receive

pub fn evlrxs(&mut self) -> _EVLRXSW[src]

Bit 24 - Enable VLAN Tag in Rx status

pub fn vthm(&mut self) -> _VTHMW[src]

Bit 25 - VLAN Tag Hash Table Match Enable

pub fn edvlp(&mut self) -> _EDVLPW[src]

Bit 26 - Enable Double VLAN Processing

pub fn erivlt(&mut self) -> _ERIVLTW[src]

Bit 27 - Enable Inner VLAN Tag

pub fn eivls(&mut self) -> _EIVLSW[src]

Bits 28:29 - Enable Inner VLAN Tag Stripping on Receive

pub fn eivlrxs(&mut self) -> _EIVLRXSW[src]

Bit 31 - Enable Inner VLAN Tag in Rx Status

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