[]Struct stm32f407g_disc::stm32::ethernet_mac::macdbgr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R

pub fn bits(&self) -> u32

Value of the register as raw bits

pub fn tff(&self) -> TFFR

Bit 25 - Tx FIFO full

pub fn tfne(&self) -> TFNER

Bit 24 - Tx FIFO not empty

pub fn tfwa(&self) -> TFWAR

Bit 22 - Tx FIFO write active

pub fn tfrs(&self) -> TFRSR

Bits 20:21 - Tx FIFO read status

pub fn mtp(&self) -> MTPR

Bit 19 - MAC transmitter in pause

pub fn mtfcs(&self) -> MTFCSR

Bits 17:18 - MAC transmit frame controller status

pub fn mmtea(&self) -> MMTEAR

Bit 16 - MAC MII transmit engine active

pub fn rffl(&self) -> RFFLR

Bits 8:9 - Rx FIFO fill level

pub fn rfrcs(&self) -> RFRCSR

Bits 5:6 - Rx FIFO read controller status

pub fn rfwra(&self) -> RFWRAR

Bit 4 - Rx FIFO write controller active

pub fn msfrwcs(&self) -> MSFRWCSR

Bits 1:2 - MAC small FIFO read/write controllers status

pub fn mmrpea(&self) -> MMRPEAR

Bit 0 - MAC MII receive protocol engine active

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]