[]Enum feather_f405::pac::adc_common::ccr::MULTI_A

#[repr(u8)]pub enum MULTI_A {
    INDEPENDENT,
    DUALRJ,
    DUALRA,
    DUALJ,
    DUALR,
    DUALI,
    DUALA,
    TRIPLERJ,
    TRIPLERA,
    TRIPLEJ,
    TRIPLER,
    TRIPLEI,
    TRIPLEA,
}

Multi ADC mode selection

Value on reset: 0

Variants

INDEPENDENT

0: All the ADCs independent: independent mode

DUALRJ

1: Dual ADC1 and ADC2, combined regular and injected simultaneous mode

DUALRA

2: Dual ADC1 and ADC2, combined regular and alternate trigger mode

DUALJ

5: Dual ADC1 and ADC2, injected simultaneous mode only

DUALR

6: Dual ADC1 and ADC2, regular simultaneous mode only

DUALI

7: Dual ADC1 and ADC2, interleaved mode only

DUALA

9: Dual ADC1 and ADC2, alternate trigger mode only

TRIPLERJ

17: Triple ADC, regular and injected simultaneous mode

TRIPLERA

18: Triple ADC, regular and alternate trigger mode

TRIPLEJ

21: Triple ADC, injected simultaneous mode only

TRIPLER

22: Triple ADC, regular simultaneous mode only

TRIPLEI

23: Triple ADC, interleaved mode only

TRIPLEA

24: Triple ADC, alternate trigger mode only

Trait Implementations

impl Clone for MULTI_A

impl Copy for MULTI_A

impl Debug for MULTI_A

impl PartialEq<MULTI_A> for MULTI_A

impl StructuralPartialEq for MULTI_A

Auto Trait Implementations

impl Send for MULTI_A

impl Sync for MULTI_A

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