Enum stm32g4::stm32g474::opamp::opamp6_csr::CALSEL_A[][src]

#[repr(u8)]pub enum CALSEL_A {
    PERCENT3_3,
    PERCENT10,
    PERCENT50,
    PERCENT90,
}

CALSEL

Value on reset: 0

Variants

PERCENT3_3

0: 0.033*VDDA applied to OPAMP inputs during calibration

PERCENT10

1: 0.1*VDDA applied to OPAMP inputs during calibration

PERCENT50

2: 0.5*VDDA applied to OPAMP inputs during calibration

PERCENT90

3: 0.9*VDDA applied to OPAMP inputs during calibration

Trait Implementations

impl Clone for CALSEL_A[src]

impl Copy for CALSEL_A[src]

impl Debug for CALSEL_A[src]

impl PartialEq<CALSEL_A> for CALSEL_A[src]

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