[][src]Enum stm32f3::stm32f3x8::opamp::opamp2_csr::VM_SEL_A

pub enum VM_SEL_A {
    PC5,
    PA5,
    PGA,
    FOLLOWER,
}

OPAMP inverting input selection

Value on reset: 0

Variants

PC5

0: PC5 (VM0) used as OPAMP2 inverting input

PA5

1: PA5 (VM1) used as OPAMP2 inverting input

PGA

2: Resistor feedback output (PGA mode)

FOLLOWER

3: Follower mode

Trait Implementations

impl From<VM_SEL_A> for u8[src]

impl Debug for VM_SEL_A[src]

impl PartialEq<VM_SEL_A> for VM_SEL_A[src]

impl Copy for VM_SEL_A[src]

impl StructuralPartialEq for VM_SEL_A[src]

impl Clone for VM_SEL_A[src]

Auto Trait Implementations

impl Unpin for VM_SEL_A

impl Send for VM_SEL_A

impl Sync for VM_SEL_A

Blanket Implementations

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

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