[][src]Enum imxrt1062_dma0::ssrt::NOP_A

pub enum NOP_A {
    NOP_0,
    NOP_1,
}

No Op enable

Value on reset: 0

Variants

NOP_0

0: Normal operation

NOP_1

1: No operation, ignore the other bits in this register

Trait Implementations

impl Clone for NOP_A[src]

impl Copy for NOP_A[src]

impl Debug for NOP_A[src]

impl From<NOP_A> for bool[src]

impl PartialEq<NOP_A> for NOP_A[src]

impl StructuralPartialEq for NOP_A[src]

Auto Trait Implementations

impl Send for NOP_A

impl Sync for NOP_A

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