Enum stm32f7xx_hal::pac::adc_common::ccr::MULTI_A[][src]

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.