[][src]Enum msp430g2553::adc10::adc10ctl0::SREF_A

#[repr(u8)]
pub enum SREF_A {
    SREF_0,
    SREF_1,
    SREF_2,
    SREF_3,
    SREF_4,
    SREF_5,
    SREF_6,
    SREF_7,
}

ADC10 Reference Select Bit: 0

Value on reset: 0

Variants

SREF_0

0: VR+ = AVCC and VR- = AVSS

SREF_1

1: VR+ = VREF+ and VR- = AVSS

SREF_2

2: VR+ = VEREF+ and VR- = AVSS

SREF_3

3: VR+ = VEREF+ and VR- = AVSS

SREF_4

4: VR+ = AVCC and VR- = VREF-/VEREF-

SREF_5

5: VR+ = VREF+ and VR- = VREF-/VEREF-

SREF_6

6: VR+ = VEREF+ and VR- = VREF-/VEREF-

SREF_7

7: VR+ = VEREF+ and VR- = VREF-/VEREF-

Trait Implementations

impl Clone for SREF_A[src]

impl Copy for SREF_A[src]

impl Debug for SREF_A[src]

impl From<SREF_A> for u8[src]

impl PartialEq<SREF_A> for SREF_A[src]

impl StructuralPartialEq for SREF_A[src]

Auto Trait Implementations

impl Send for SREF_A

impl Sync for SREF_A

impl Unpin for SREF_A

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.