[][src]Enum stm32f3::stm32f3x8::comp::comp2_csr::COMP2INMSEL_A

#[repr(u8)]
pub enum COMP2INMSEL_A {
    ONEQUARTERVREF,
    ONEHALFVREF,
    THREEQUARTERVREF,
    VREF,
    PA4_DAC1_CH1,
    DAC1_CH2,
    PA2,
}

Comparator 2 inverting input selection

Value on reset: 0

Variants

ONEQUARTERVREF

0: 1/4 of VRefint

ONEHALFVREF

1: 1/2 of VRefint

THREEQUARTERVREF

2: 3/4 of VRefint

VREF

3: VRefint

PA4_DAC1_CH1

4: PA4 or DAC1_CH1 output if enabled

DAC1_CH2

5: DAC1_CH2

PA2

6: PA2

Trait Implementations

impl Clone for COMP2INMSEL_A[src]

impl Copy for COMP2INMSEL_A[src]

impl Debug for COMP2INMSEL_A[src]

impl From<COMP2INMSEL_A> for u8[src]

impl PartialEq<COMP2INMSEL_A> for COMP2INMSEL_A[src]

impl StructuralPartialEq for COMP2INMSEL_A[src]

Auto Trait Implementations

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.