[][src]Enum stm32f4xx_hal::stm32::adc_common::ccr::MULTIW

pub enum MULTIW {
    INDEPENDENT,
    DUALRJ,
    DUALRA,
    DUALJ,
    DUALR,
    DUALI,
    DUALA,
    TRIPLERJ,
    TRIPLERA,
    TRIPLEJ,
    TRIPLER,
    TRIPLEI,
    TRIPLEA,
}

Values that can be written to the field MULTI

Variants

INDEPENDENT

All the ADCs independent: independent mode

DUALRJ

Dual ADC1 and ADC2, combined regular and injected simultaneous mode

DUALRA

Dual ADC1 and ADC2, combined regular and alternate trigger mode

DUALJ

Dual ADC1 and ADC2, injected simultaneous mode only

DUALR

Dual ADC1 and ADC2, regular simultaneous mode only

DUALI

Dual ADC1 and ADC2, interleaved mode only

DUALA

Dual ADC1 and ADC2, alternate trigger mode only

TRIPLERJ

Triple ADC, regular and injected simultaneous mode

TRIPLERA

Triple ADC, regular and alternate trigger mode

TRIPLEJ

Triple ADC, injected simultaneous mode only

TRIPLER

Triple ADC, regular simultaneous mode only

TRIPLEI

Triple ADC, interleaved mode only

TRIPLEA

Triple ADC, alternate trigger mode only

Trait Implementations

impl PartialEq<MULTIW> for MULTIW[src]

impl Debug for MULTIW[src]

impl Clone for MULTIW[src]

impl Copy for MULTIW[src]

Auto Trait Implementations

impl Unpin for MULTIW

impl Send for MULTIW

impl Sync for MULTIW

Blanket Implementations

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

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