[][src]Enum imxrt1062_dma0::es::NCE_A

pub enum NCE_A {
    NCE_0,
    NCE_1,
}

NBYTES/CITER Configuration Error

Value on reset: 0

Variants

NCE_0

0: No NBYTES/CITER configuration error

NCE_1

1: The last recorded error was a configuration error detected in the TCDn_NBYTES or TCDn_CITER fields. TCDn_NBYTES is not a multiple of TCDn_ATTR[SSIZE] and TCDn_ATTR[DSIZE], or TCDn_CITER[CITER] is equal to zero, or TCDn_CITER[ELINK] is not equal to TCDn_BITER[ELINK]

Trait Implementations

impl Clone for NCE_A[src]

impl Copy for NCE_A[src]

impl Debug for NCE_A[src]

impl From<NCE_A> for bool[src]

impl PartialEq<NCE_A> for NCE_A[src]

impl StructuralPartialEq for NCE_A[src]

Auto Trait Implementations

impl Send for NCE_A

impl Sync for NCE_A

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