[][src]Enum imxrt1062_dcp::stat_set::CUR_CHANNEL_A

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

Current (active) channel (encoded)

Value on reset: 0

Variants

NONE

0: None

CH0

1: CH0

CH1

2: CH1

CH2

3: CH2

CH3

4: CH3

Trait Implementations

impl Clone for CUR_CHANNEL_A[src]

impl Copy for CUR_CHANNEL_A[src]

impl Debug for CUR_CHANNEL_A[src]

impl From<CUR_CHANNEL_A> for u8[src]

impl PartialEq<CUR_CHANNEL_A> for CUR_CHANNEL_A[src]

impl StructuralPartialEq for CUR_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.