[][src]Enum imxrt1062_xbara1::ctrl1::DEN3_A

pub enum DEN3_A {
    DEN3_0,
    DEN3_1,
}

DMA Enable for XBAR_OUT3

Value on reset: 0

Variants

DEN3_0

0: DMA disabled

DEN3_1

1: DMA enabled

Trait Implementations

impl Clone for DEN3_A[src]

impl Copy for DEN3_A[src]

impl Debug for DEN3_A[src]

impl From<DEN3_A> for bool[src]

impl PartialEq<DEN3_A> for DEN3_A[src]

impl StructuralPartialEq for DEN3_A[src]

Auto Trait Implementations

impl Send for DEN3_A

impl Sync for DEN3_A

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