Enum msp432p401r::adc14::adc14ctl1::ADC14DF_A[][src]

pub enum ADC14DF_A {
    ADC14DF_0,
    ADC14DF_1,
}

ADC14 data read-back format

Value on reset: 0

Variants

ADC14DF_0

0: Binary unsigned. Theoretically, for ADC14DIF = 0 and 14-bit mode, the analog input voltage - V(REF) results in 0000h, and the analog input voltage + V(REF) results in 3FFFh

ADC14DF_1

1: Signed binary (2s complement), left aligned. Theoretically, for ADC14DIF = 0 and 14-bit mode, the analog input voltage - V(REF) results in 8000h, and the analog input voltage + V(REF) results in 7FFCh

Trait Implementations

impl Clone for ADC14DF_A[src]

impl Copy for ADC14DF_A[src]

impl Debug for ADC14DF_A[src]

impl PartialEq<ADC14DF_A> for ADC14DF_A[src]

impl StructuralPartialEq for ADC14DF_A[src]

Auto Trait Implementations

impl Send for ADC14DF_A

impl Sync for ADC14DF_A

impl Unpin for ADC14DF_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.