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

pub enum EMAC_DMARIS_TSR {
    EMAC_DMARIS_TS_STOP,
    EMAC_DMARIS_TS_RUNTXTD,
    EMAC_DMARIS_TS_STATUS,
    EMAC_DMARIS_TS_RUNTX,
    EMAC_DMARIS_TS_TSTAMP,
    EMAC_DMARIS_TS_SUSPEND,
    EMAC_DMARIS_TS_RUNCTD,
    _Reserved(u8),
}

Possible values of the field EMAC_DMARIS_TS

Variants

EMAC_DMARIS_TS_STOP

Stopped; Reset or Stop transmit command processed

EMAC_DMARIS_TS_RUNTXTD

Running; Fetching transmit transfer descriptor

EMAC_DMARIS_TS_STATUS

Running; Waiting for status

EMAC_DMARIS_TS_RUNTX

Running; Reading data from host memory buffer and queuing it to transmit buffer (TX FIFO)

EMAC_DMARIS_TS_TSTAMP

Writing Timestamp

EMAC_DMARIS_TS_SUSPEND

Suspended; Transmit descriptor unavailable or transmit buffer underflow

EMAC_DMARIS_TS_RUNCTD

Running; Closing transmit descriptor

_Reserved(u8)

Reserved

Methods

impl EMAC_DMARIS_TSR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is EMAC_DMARIS_TS_STOP

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

Checks if the value of the field is EMAC_DMARIS_TS_RUNTXTD

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

Checks if the value of the field is EMAC_DMARIS_TS_STATUS

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

Checks if the value of the field is EMAC_DMARIS_TS_RUNTX

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

Checks if the value of the field is EMAC_DMARIS_TS_TSTAMP

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

Checks if the value of the field is EMAC_DMARIS_TS_SUSPEND

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

Checks if the value of the field is EMAC_DMARIS_TS_RUNCTD

Trait Implementations

impl Debug for EMAC_DMARIS_TSR[src]

impl PartialEq<EMAC_DMARIS_TSR> for EMAC_DMARIS_TSR[src]

impl Copy for EMAC_DMARIS_TSR[src]

impl Clone for EMAC_DMARIS_TSR[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