[][src]Struct stm32h7::stm32h743v::ethernet_mac::machwf1r::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn rxfifosize(&self) -> RXFIFOSIZER[src]

Bits 0:4 - MTL Receive FIFO Size

pub fn txfifosize(&self) -> TXFIFOSIZER[src]

Bits 6:10 - MTL Transmit FIFO Size

pub fn osten(&self) -> OSTENR[src]

Bit 11 - One-Step Timestamping Enable

pub fn ptoen(&self) -> PTOENR[src]

Bit 12 - PTP Offload Enable

pub fn advthword(&self) -> ADVTHWORDR[src]

Bit 13 - IEEE 1588 High Word Register Enable

pub fn addr64(&self) -> ADDR64R[src]

Bits 14:15 - Address width

pub fn dcben(&self) -> DCBENR[src]

Bit 16 - DCB Feature Enable

pub fn sphen(&self) -> SPHENR[src]

Bit 17 - Split Header Feature Enable

pub fn tsoen(&self) -> TSOENR[src]

Bit 18 - TCP Segmentation Offload Enable

pub fn dbgmema(&self) -> DBGMEMAR[src]

Bit 19 - DMA Debug Registers Enable

pub fn avsel(&self) -> AVSELR[src]

Bit 20 - AV Feature Enable

pub fn hashtblsz(&self) -> HASHTBLSZR[src]

Bits 24:25 - Hash Table Size

pub fn l3l4fnum(&self) -> L3L4FNUMR[src]

Bits 27:30 - Total number of L3 or L4 Filters

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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