[][src]Enum msp432e4::emac0::dmaris::EMAC_DMARIS_RSR

pub enum EMAC_DMARIS_RSR {
    EMAC_DMARIS_RS_STOP,
    EMAC_DMARIS_RS_RUNRXTD,
    EMAC_DMARIS_RS_RUNRXD,
    EMAC_DMARIS_RS_SUSPEND,
    EMAC_DMARIS_RS_RUNCRD,
    EMAC_DMARIS_RS_TSWS,
    EMAC_DMARIS_RS_RUNTXD,
    _Reserved(u8),
}

Possible values of the field EMAC_DMARIS_RS

Variants

EMAC_DMARIS_RS_STOP

Stopped: Reset or stop receive command issued

EMAC_DMARIS_RS_RUNRXTD

Running: Fetching receive transfer descriptor

EMAC_DMARIS_RS_RUNRXD

Running: Waiting for receive packet

EMAC_DMARIS_RS_SUSPEND

Suspended: Receive descriptor unavailable

EMAC_DMARIS_RS_RUNCRD

Running: Closing receive descriptor

EMAC_DMARIS_RS_TSWS

Writing Timestamp

EMAC_DMARIS_RS_RUNTXD

Running: Transferring the receive packet data from receive buffer to host memory

_Reserved(u8)

Reserved

Methods

impl EMAC_DMARIS_RSR[src]

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

Value of the field as raw bits

pub fn is_emac_dmaris_rs_stop(&self) -> bool[src]

Checks if the value of the field is EMAC_DMARIS_RS_STOP

pub fn is_emac_dmaris_rs_runrxtd(&self) -> bool[src]

Checks if the value of the field is EMAC_DMARIS_RS_RUNRXTD

pub fn is_emac_dmaris_rs_runrxd(&self) -> bool[src]

Checks if the value of the field is EMAC_DMARIS_RS_RUNRXD

pub fn is_emac_dmaris_rs_suspend(&self) -> bool[src]

Checks if the value of the field is EMAC_DMARIS_RS_SUSPEND

pub fn is_emac_dmaris_rs_runcrd(&self) -> bool[src]

Checks if the value of the field is EMAC_DMARIS_RS_RUNCRD

pub fn is_emac_dmaris_rs_tsws(&self) -> bool[src]

Checks if the value of the field is EMAC_DMARIS_RS_TSWS

pub fn is_emac_dmaris_rs_runtxd(&self) -> bool[src]

Checks if the value of the field is EMAC_DMARIS_RS_RUNTXD

Trait Implementations

impl Debug for EMAC_DMARIS_RSR[src]

impl PartialEq<EMAC_DMARIS_RSR> for EMAC_DMARIS_RSR[src]

impl Copy for EMAC_DMARIS_RSR[src]

impl Clone for EMAC_DMARIS_RSR[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

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