[][src]Enum ambiq_apollo1_pac::adc::cfg::TRIGSEL_A

#[repr(u8)]
pub enum TRIGSEL_A {
    EXT0,
    EXT1,
    EXT2,
    EXT3,
    EXT4,
    EXT5,
    EXT6,
    EXT7,
    SWT,
}

Select the ADC trigger source.

Value on reset: 0

Variants

EXT0

0: Off chip External Trigger0 (ADC_ET0)

EXT1

1: Off chip External Trigger1 (ADC_ET1)

EXT2

2: Off chip External Trigger2 (ADC_ET2)

EXT3

3: Off chip External Trigger3 (ADC_ET3)

EXT4

4: Off chip External Trigger4 (ADC_ET4)

EXT5

5: Off chip External Trigger5 (ADC_ET5)

EXT6

6: Off chip External Trigger6 (ADC_ET6)

EXT7

7: Off chip External Trigger7 (ADC_ET7)

SWT

8: Software Trigger

Trait Implementations

impl Clone for TRIGSEL_A[src]

impl Copy for TRIGSEL_A[src]

impl Debug for TRIGSEL_A[src]

impl From<TRIGSEL_A> for u8[src]

impl PartialEq<TRIGSEL_A> for TRIGSEL_A[src]

impl StructuralPartialEq for TRIGSEL_A[src]

Auto Trait Implementations

impl Send for TRIGSEL_A

impl Sync for TRIGSEL_A

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