[][src]Struct stm32h7xx_hal::pac::ethernet_mtl::mtlrx_qomr::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 rtc(&self) -> RTCR[src]

Bits 0:1 - Receive Queue Threshold Control

pub fn fup(&self) -> FUPR[src]

Bit 3 - Forward Undersized Good Packets

pub fn fep(&self) -> FEPR[src]

Bit 4 - Forward Error Packets

pub fn rsf(&self) -> RSFR[src]

Bit 5 - Receive Queue Store and Forward

pub fn dis_tcp_ef(&self) -> DIS_TCP_EFR[src]

Bit 6 - Disable Dropping of TCP/IP Checksum Error Packets

pub fn ehfc(&self) -> EHFCR[src]

Bit 7 - Enable Hardware Flow Control

pub fn rfa(&self) -> RFAR[src]

Bits 8:10 - Threshold for Activating Flow Control (in half-duplex and full-duplex modes)

pub fn rfd(&self) -> RFDR[src]

Bits 14:16 - Threshold for Deactivating Flow Control (in half-duplex and full-duplex modes)

pub fn rqs(&self) -> RQSR[src]

Bits 20:22 - Receive Queue Size

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for T[src]

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, 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