[][src]Enum imxrt1062_dcp::stat_set::READY_CHANNELS_A

#[repr(u8)]pub enum READY_CHANNELS_A {
    CH0,
    CH1,
    CH2,
    CH3,
}

Indicates which channels are ready to proceed with a transfer (the active channel is also included)

Value on reset: 0

Variants

CH0

1: CH0

CH1

2: CH1

CH2

4: CH2

CH3

8: CH3

Trait Implementations

impl Clone for READY_CHANNELS_A[src]

impl Copy for READY_CHANNELS_A[src]

impl Debug for READY_CHANNELS_A[src]

impl From<READY_CHANNELS_A> for u8[src]

impl PartialEq<READY_CHANNELS_A> for READY_CHANNELS_A[src]

impl StructuralPartialEq for READY_CHANNELS_A[src]

Auto Trait Implementations

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