[][src]Enum imxrt1062_dma0::tcd19_csr::ESG_A

pub enum ESG_A {
    ESG_0,
    ESG_1,
}

Enable Scatter/Gather Processing

Value on reset: 0

Variants

ESG_0

0: The current channel's TCD is normal format.

ESG_1

1: The current channel's TCD specifies a scatter gather format. The DLASTSGA field provides a memory pointer to the next TCD to be loaded into this channel after the major loop completes its execution.

Trait Implementations

impl Clone for ESG_A[src]

impl Copy for ESG_A[src]

impl Debug for ESG_A[src]

impl From<ESG_A> for bool[src]

impl PartialEq<ESG_A> for ESG_A[src]

impl StructuralPartialEq for ESG_A[src]

Auto Trait Implementations

impl Send for ESG_A

impl Sync for ESG_A

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