[][src]Enum imxrt1062_dma0::cr::ACTIVE_A

pub enum ACTIVE_A {
    ACTIVE_0,
    ACTIVE_1,
}

DMA Active Status

Value on reset: 0

Variants

ACTIVE_0

0: eDMA is idle.

ACTIVE_1

1: eDMA is executing a channel.

Trait Implementations

impl Clone for ACTIVE_A[src]

impl Copy for ACTIVE_A[src]

impl Debug for ACTIVE_A[src]

impl From<ACTIVE_A> for bool[src]

impl PartialEq<ACTIVE_A> for ACTIVE_A[src]

impl StructuralPartialEq for ACTIVE_A[src]

Auto Trait Implementations

impl Send for ACTIVE_A

impl Sync for ACTIVE_A

impl Unpin for ACTIVE_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, 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.