Enum stm32g4::stm32g431::opamp::opamp1_csr::VM_SEL_A[][src]

#[repr(u8)]pub enum VM_SEL_A {
    VINM0,
    VINM1,
    PGA,
    OUTPUT,
}

VM_SEL

Value on reset: 0

Variants

VINM0

0: VINM0 connected to VINM input

VINM1

1: VINM1 connected to VINM input

PGA

2: Feedback resistor connected to VINM (PGA mode)

OUTPUT

3: OpAmp output connected to VINM (Follower mode)

Trait Implementations

impl Clone for VM_SEL_A[src]

impl Copy for VM_SEL_A[src]

impl Debug for VM_SEL_A[src]

impl PartialEq<VM_SEL_A> for VM_SEL_A[src]

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