[][src]Enum stm32f4::stm32f407::ethernet_dma::dmasr::RPS_A

#[repr(u8)]pub enum RPS_A {
    STOPPED,
    RUNNINGFETCHING,
    RUNNINGWAITING,
    SUSPENDED,
    RUNNINGWRITING,
}

Receive process state

Value on reset: 0

Variants

STOPPED

0: Stopped, reset or Stop Receive command issued

RUNNINGFETCHING

1: Running, fetching receive transfer descriptor

RUNNINGWAITING

3: Running, waiting for receive packet

SUSPENDED

4: Suspended, receive descriptor unavailable

RUNNINGWRITING

7: Running, writing data to host memory buffer

Trait Implementations

impl Clone for RPS_A[src]

impl Copy for RPS_A[src]

impl Debug for RPS_A[src]

impl From<RPS_A> for u8[src]

impl PartialEq<RPS_A> for RPS_A[src]

impl StructuralPartialEq for RPS_A[src]

Auto Trait Implementations

impl Send for RPS_A

impl Sync for RPS_A

impl Unpin for RPS_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.