[][src]Enum imxrt1062_dma0::cr::ECX_A

pub enum ECX_A {
    ECX_0,
    ECX_1,
}

Error Cancel Transfer

Value on reset: 0

Variants

ECX_0

0: Normal operation

ECX_1

1: Cancel the remaining data transfer in the same fashion as the CX bit. Stop the executing channel and force the minor loop to finish. The cancel takes effect after the last write of the current read/write sequence. The ECX bit clears itself after the cancel is honored. In addition to cancelling the transfer, ECX treats the cancel as an error condition, thus updating the Error Status register (DMAx_ES) and generating an optional error interrupt.

Trait Implementations

impl Clone for ECX_A[src]

impl Copy for ECX_A[src]

impl Debug for ECX_A[src]

impl From<ECX_A> for bool[src]

impl PartialEq<ECX_A> for ECX_A[src]

impl StructuralPartialEq for ECX_A[src]

Auto Trait Implementations

impl Send for ECX_A

impl Sync for ECX_A

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