[][src]Enum stm32f3::stm32f3x8::adc1_2::ccr::DUAL_A

#[repr(u8)]
pub enum DUAL_A {
    INDEPENDENT,
    DUALRJ,
    DUALRA,
    DUALIJ,
    DUALJ,
    DUALR,
    DUALI,
    DUALA,
}

Dual ADC mode selection

Value on reset: 0

Variants

INDEPENDENT

0: Independent mode

DUALRJ

1: Dual, combined regular simultaneous + injected simultaneous mode

DUALRA

2: Dual, combined regular simultaneous + alternate trigger mode

DUALIJ

3: Dual, combined interleaved mode + injected simultaneous mode

DUALJ

5: Dual, injected simultaneous mode only

DUALR

6: Dual, regular simultaneous mode only

DUALI

7: Dual, interleaved mode only

DUALA

9: Dual, alternate trigger mode only

Trait Implementations

impl Clone for DUAL_A[src]

impl Copy for DUAL_A[src]

impl Debug for DUAL_A[src]

impl From<DUAL_A> for u8[src]

impl PartialEq<DUAL_A> for DUAL_A[src]

impl StructuralPartialEq for DUAL_A[src]

Auto Trait Implementations

impl Send for DUAL_A

impl Sync for DUAL_A

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