[][src]Struct stm32f4xx_hal::stm32::ethernet_mac::macdbgr::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 tff(&self) -> TFFR[src]

Bit 25 - Tx FIFO full

pub fn tfne(&self) -> TFNER[src]

Bit 24 - Tx FIFO not empty

pub fn tfwa(&self) -> TFWAR[src]

Bit 22 - Tx FIFO write active

pub fn tfrs(&self) -> TFRSR[src]

Bits 20:21 - Tx FIFO read status

pub fn mtp(&self) -> MTPR[src]

Bit 19 - MAC transmitter in pause

pub fn mtfcs(&self) -> MTFCSR[src]

Bits 17:18 - MAC transmit frame controller status

pub fn mmtea(&self) -> MMTEAR[src]

Bit 16 - MAC MII transmit engine active

pub fn rffl(&self) -> RFFLR[src]

Bits 8:9 - Rx FIFO fill level

pub fn rfrcs(&self) -> RFRCSR[src]

Bits 5:6 - Rx FIFO read controller status

pub fn rfwra(&self) -> RFWRAR[src]

Bit 4 - Rx FIFO write controller active

pub fn msfrwcs(&self) -> MSFRWCSR[src]

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

pub fn mmrpea(&self) -> MMRPEAR[src]

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]

impl<T> Same for T

type Output = T

Should always be Self