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

pub enum TSTREF_A {
    OUTPUT,
    NOTOUTPUT,
}

TSTREF

Value on reset: 0

Variants

OUTPUT

0: VREFOPAMP2 is output

NOTOUTPUT

1: VREFOPAMP2 is not output

Trait Implementations

impl From<TSTREF_A> for bool[src]

impl Debug for TSTREF_A[src]

impl PartialEq<TSTREF_A> for TSTREF_A[src]

impl Copy for TSTREF_A[src]

impl StructuralPartialEq for TSTREF_A[src]

impl Clone for TSTREF_A[src]

Auto Trait Implementations

impl Unpin for TSTREF_A

impl Send for TSTREF_A

impl Sync for TSTREF_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