Enum msp432p401r::adc14::adc14mctl::ADC14VRSEL_A[][src]

#[repr(u8)]pub enum ADC14VRSEL_A {
    ADC14VRSEL_0,
    ADC14VRSEL_1,
    ADC14VRSEL_14,
    ADC14VRSEL_15,
}

Selects combinations of V(R+) and V(R-) sources

Value on reset: 0

Variants

ADC14VRSEL_0

0: V(R+) = AVCC, V(R-) = AVSS

ADC14VRSEL_1

1: V(R+) = VREF buffered, V(R-) = AVSS

ADC14VRSEL_14

14: V(R+) = VeREF+, V(R-) = VeREF-

ADC14VRSEL_15

15: V(R+) = VeREF+ buffered, V(R-) = VeREF

Trait Implementations

impl Clone for ADC14VRSEL_A[src]

impl Copy for ADC14VRSEL_A[src]

impl Debug for ADC14VRSEL_A[src]

impl PartialEq<ADC14VRSEL_A> for ADC14VRSEL_A[src]

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