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

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,
}

Possible values of the field NEXT

Variants

NEXT_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

Select CMD1 command buffer register as next command.

NEXT_2

Select corresponding CMD command buffer register as next command

NEXT_3

Select corresponding CMD command buffer register as next command

NEXT_4

Select corresponding CMD command buffer register as next command

NEXT_5

Select corresponding CMD command buffer register as next command

NEXT_6

Select corresponding CMD command buffer register as next command

NEXT_7

Select corresponding CMD command buffer register as next command

NEXT_8

Select corresponding CMD command buffer register as next command

NEXT_9

Select corresponding CMD command buffer register as next command

NEXT_15

Select CMD15 command buffer register as next command.

Trait Implementations

impl Debug for NEXT_A[src]

impl PartialEq<NEXT_A> for NEXT_A[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for NEXT_A[src]

impl From<NEXT_A> for u8[src]

impl Clone for NEXT_A[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for NEXT_A

impl Sync for NEXT_A

impl Send for NEXT_A

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self