[][src]Struct msp432e4::emac0::status::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 emac_status_rpe(&self) -> EMAC_STATUS_RPER[src]

Bit 0 - MAC MII Receive Protocol Engine Status

pub fn emac_status_rfcfc(&self) -> EMAC_STATUS_RFCFCR[src]

Bits 1:2 - MAC Receive Frame Controller FIFO Status

pub fn emac_status_rwc(&self) -> EMAC_STATUS_RWCR[src]

Bit 4 - TX/RX Controller RX FIFO Write Controller Active Status

pub fn emac_status_rrc(&self) -> EMAC_STATUS_RRCR[src]

Bits 5:6 - TX/RX Controller Read Controller State

pub fn emac_status_rxf(&self) -> EMAC_STATUS_RXFR[src]

Bits 8:9 - TX/RX Controller RX FIFO Fill-level Status

pub fn emac_status_tpe(&self) -> EMAC_STATUS_TPER[src]

Bit 16 - MAC MII Transmit Protocol Engine Status

pub fn emac_status_tfc(&self) -> EMAC_STATUS_TFCR[src]

Bits 17:18 - MAC Transmit Frame Controller Status

pub fn emac_status_txpaused(&self) -> EMAC_STATUS_TXPAUSEDR[src]

Bit 19 - MAC Transmitter PAUSE

pub fn emac_status_trc(&self) -> EMAC_STATUS_TRCR[src]

Bits 20:21 - TX/RX Controller's TX FIFO Read Controller Status

pub fn emac_status_twc(&self) -> EMAC_STATUS_TWCR[src]

Bit 22 - TX/RX Controller TX FIFO Write Controller Active Status

pub fn emac_status_txfe(&self) -> EMAC_STATUS_TXFER[src]

Bit 24 - TX/RX Controller TX FIFO Not Empty Status

pub fn emac_status_txff(&self) -> EMAC_STATUS_TXFFR[src]

Bit 25 - TX/RX Controller TX FIFO Full Status

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