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

#[repr(u8)]pub enum ADC14PWRMD_A {
    ADC14PWRMD_0,
    ADC14PWRMD_2,
}

ADC14 power modes

Value on reset: 0

Variants

ADC14PWRMD_0

0: Regular power mode for use with any resolution setting. Sample rate can be up to 1 Msps.

ADC14PWRMD_2

2: Low-power mode for 12-bit, 10-bit, and 8-bit resolution settings. Sample rate must not exceed 200 ksps.

Trait Implementations

impl Clone for ADC14PWRMD_A[src]

impl Copy for ADC14PWRMD_A[src]

impl Debug for ADC14PWRMD_A[src]

impl PartialEq<ADC14PWRMD_A> for ADC14PWRMD_A[src]

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