[][src]Enum lpc55s6x_pac::adc0::cmdh15::NEXT_A

#[repr(u8)]
pub enum NEXT_A {
    NEXT_0,
    NEXT_1,
    NEXT_2,
    NEXT_3,
    NEXT_4,
    NEXT_5,
    NEXT_6,
    NEXT_7,
    NEXT_8,
    NEXT_9,
    NEXT_15,
}

Next Command Select

Value on reset: 0

Variants

NEXT_0

0: No next command defined. Terminate conversions at completion of current command. If lower priority trigger pending, begin command associated with lower priority trigger.

NEXT_1

1: Select CMD1 command buffer register as next command.

NEXT_2

2: Select corresponding CMD command buffer register as next command

NEXT_3

3: Select corresponding CMD command buffer register as next command

NEXT_4

4: Select corresponding CMD command buffer register as next command

NEXT_5

5: Select corresponding CMD command buffer register as next command

NEXT_6

6: Select corresponding CMD command buffer register as next command

NEXT_7

7: Select corresponding CMD command buffer register as next command

NEXT_8

8: Select corresponding CMD command buffer register as next command

NEXT_9

9: Select corresponding CMD command buffer register as next command

NEXT_15

15: Select CMD15 command buffer register as next command.

Trait Implementations

impl Clone for NEXT_A[src]

impl Copy for NEXT_A[src]

impl Debug for NEXT_A[src]

impl From<NEXT_A> for u8[src]

impl PartialEq<NEXT_A> for NEXT_A[src]

impl StructuralPartialEq for NEXT_A[src]

Auto Trait Implementations

impl Send for NEXT_A

impl Sync for NEXT_A

impl Unpin for NEXT_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> Same<T> for T

type Output = T

Should always be Self

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.