[][src]Struct msp432e4::emac0::dmaris::_EMAC_DMARIS_RSW

pub struct _EMAC_DMARIS_RSW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _EMAC_DMARIS_RSW<'a>[src]

pub fn variant(self, variant: EMAC_DMARIS_RSW) -> &'a mut W[src]

Writes variant to the field

pub fn emac_dmaris_rs_stop(self) -> &'a mut W[src]

Stopped: Reset or stop receive command issued

pub fn emac_dmaris_rs_runrxtd(self) -> &'a mut W[src]

Running: Fetching receive transfer descriptor

pub fn emac_dmaris_rs_runrxd(self) -> &'a mut W[src]

Running: Waiting for receive packet

pub fn emac_dmaris_rs_suspend(self) -> &'a mut W[src]

Suspended: Receive descriptor unavailable

pub fn emac_dmaris_rs_runcrd(self) -> &'a mut W[src]

Running: Closing receive descriptor

pub fn emac_dmaris_rs_tsws(self) -> &'a mut W[src]

Writing Timestamp

pub fn emac_dmaris_rs_runtxd(self) -> &'a mut W[src]

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

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for _EMAC_DMARIS_RSW<'a>

impl<'a> Sync for _EMAC_DMARIS_RSW<'a>

impl<'a> Send for _EMAC_DMARIS_RSW<'a>

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