[][src]Enum stm32f3xx_hal_v2::pac::comp::comp4_csr::COMP4INMSEL_A

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

Comparator 4 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

PB2

7: PB2

Trait Implementations

impl Clone for COMP4INMSEL_A[src]

impl Copy for COMP4INMSEL_A[src]

impl Debug for COMP4INMSEL_A[src]

impl PartialEq<COMP4INMSEL_A> for COMP4INMSEL_A[src]

impl StructuralPartialEq for COMP4INMSEL_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.