[][src]Enum stm32l0xx_hal::pac::syscfg::comp2_csr::COMP2INNSEL_A

pub enum COMP2INNSEL_A {
    VREFINT,
    PA2,
    PA4,
    PA5,
    VREFINT_DIV4,
    VREFINT_DIV2,
    VREFINT_DIV3_4,
    PB3,
}

Comparator 2 Input Minus connection configuration bit

Value on reset: 0

Variants

VREFINT

0: VREFINT

PA2

1: PA2

PA4

2: PA4

PA5

3: PA5

VREFINT_DIV4

4: 1/4 VREFINT

VREFINT_DIV2

5: 1/2 VREFINT

VREFINT_DIV3_4

6: 3/4 VREFINT

PB3

7: PB3

Trait Implementations

impl PartialEq<COMP2INNSEL_A> for COMP2INNSEL_A[src]

impl StructuralPartialEq for COMP2INNSEL_A[src]

impl Debug for COMP2INNSEL_A[src]

impl Copy for COMP2INNSEL_A[src]

impl Clone for COMP2INNSEL_A[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

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