Enum lpc55_pac::adc0::resfifo::CMDSRC_A[][src]

#[repr(u8)]
pub enum CMDSRC_A {
    CMDSRC_0,
    CMDSRC_1,
    CMDSRC_2,
    CMDSRC_3,
    CMDSRC_4,
    CMDSRC_5,
    CMDSRC_6,
    CMDSRC_7,
    CMDSRC_8,
    CMDSRC_9,
    CMDSRC_15,
}

Command Buffer Source

Value on reset: 0

Variants

CMDSRC_0

0: Not a valid value CMDSRC value for a dataword in RESFIFO. 0x0 is only found in initial FIFO state prior to an ADC conversion result dataword being stored to a RESFIFO buffer.

CMDSRC_1

1: CMD1 buffer used as control settings for this conversion.

CMDSRC_2

2: Corresponding command buffer used as control settings for this conversion.

CMDSRC_3

3: Corresponding command buffer used as control settings for this conversion.

CMDSRC_4

4: Corresponding command buffer used as control settings for this conversion.

CMDSRC_5

5: Corresponding command buffer used as control settings for this conversion.

CMDSRC_6

6: Corresponding command buffer used as control settings for this conversion.

CMDSRC_7

7: Corresponding command buffer used as control settings for this conversion.

CMDSRC_8

8: Corresponding command buffer used as control settings for this conversion.

CMDSRC_9

9: Corresponding command buffer used as control settings for this conversion.

CMDSRC_15

15: CMD15 buffer used as control settings for this conversion.

Trait Implementations

impl Clone for CMDSRC_A[src]

impl Copy for CMDSRC_A[src]

impl Debug for CMDSRC_A[src]

impl PartialEq<CMDSRC_A> for CMDSRC_A[src]

impl StructuralPartialEq for CMDSRC_A[src]

Auto Trait Implementations

impl Send for CMDSRC_A

impl Sync for CMDSRC_A

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