[][src]Enum imxrt1062_dcp::channelctrl_tog::ENABLE_CHANNEL_A

#[repr(u8)]pub enum ENABLE_CHANNEL_A {
    CH0,
    CH1,
    CH2,
    CH3,
}

Setting a bit in this field enables the DMA channel associated with it

Value on reset: 0

Variants

CH0

1: CH0

CH1

2: CH1

CH2

4: CH2

CH3

8: CH3

Trait Implementations

impl Clone for ENABLE_CHANNEL_A[src]

impl Copy for ENABLE_CHANNEL_A[src]

impl Debug for ENABLE_CHANNEL_A[src]

impl From<ENABLE_CHANNEL_A> for u8[src]

impl PartialEq<ENABLE_CHANNEL_A> for ENABLE_CHANNEL_A[src]

impl StructuralPartialEq for ENABLE_CHANNEL_A[src]

Auto Trait Implementations

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.