[][src]Enum lpc55s6x_pac::adc0::resfifo::TSRC_A

#[repr(u8)]
pub enum TSRC_A {
    TSRC_0,
    TSRC_1,
    TSRC_2,
    TSRC_3,
    TSRC_4,
    TSRC_5,
    TSRC_6,
    TSRC_7,
    TSRC_8,
    TSRC_9,
    TSRC_15,
}

Trigger Source

Value on reset: 0

Variants

TSRC_0

0: Trigger source 0 initiated this conversion.

TSRC_1

1: Trigger source 1 initiated this conversion.

TSRC_2

2: Corresponding trigger source initiated this conversion.

TSRC_3

3: Corresponding trigger source initiated this conversion.

TSRC_4

4: Corresponding trigger source initiated this conversion.

TSRC_5

5: Corresponding trigger source initiated this conversion.

TSRC_6

6: Corresponding trigger source initiated this conversion.

TSRC_7

7: Corresponding trigger source initiated this conversion.

TSRC_8

8: Corresponding trigger source initiated this conversion.

TSRC_9

9: Corresponding trigger source initiated this conversion.

TSRC_15

15: Trigger source 15 initiated this conversion.

Trait Implementations

impl Clone for TSRC_A[src]

impl Copy for TSRC_A[src]

impl Debug for TSRC_A[src]

impl From<TSRC_A> for u8[src]

impl PartialEq<TSRC_A> for TSRC_A[src]

impl StructuralPartialEq for TSRC_A[src]

Auto Trait Implementations

impl Send for TSRC_A

impl Sync for TSRC_A

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