[][src]Enum msp430fr2355::adc::adcctl0::ADCSHT_A

#[repr(u8)]pub enum ADCSHT_A {
    ADCSHT_0,
    ADCSHT_1,
    ADCSHT_2,
    ADCSHT_3,
    ADCSHT_4,
    ADCSHT_5,
    ADCSHT_6,
    ADCSHT_7,
    ADCSHT_8,
    ADCSHT_9,
    ADCSHT_10,
    ADCSHT_11,
    ADCSHT_12,
    ADCSHT_13,
    ADCSHT_14,
    ADCSHT_15,
}

sample-and-hold time.

Value on reset: 0

Variants

ADCSHT_0

0: 4 ADCCLK cycles

ADCSHT_1

1: 8 ADCCLK cycles

ADCSHT_2

2: 16 ADCCLK cycles

ADCSHT_3

3: 32 ADCCLK cycles

ADCSHT_4

4: 64 ADCCLK cycles

ADCSHT_5

5: 96 ADCCLK cycles

ADCSHT_6

6: 128 ADCCLK cycles

ADCSHT_7

7: 192 ADCCLK cycles

ADCSHT_8

8: 256 ADCCLK cycles

ADCSHT_9

9: 384 ADCCLK cycles

ADCSHT_10

10: 512 ADCCLK cycles

ADCSHT_11

11: 768 ADCCLK cycles

ADCSHT_12

12: 1024 ADCCLK cycles

ADCSHT_13

13: 1024 ADCCLK cycles

ADCSHT_14

14: 1024 ADCCLK cycles

ADCSHT_15

15: 1024 ADCCLK cycles

Trait Implementations

impl Clone for ADCSHT_A[src]

impl Copy for ADCSHT_A[src]

impl Debug for ADCSHT_A[src]

impl From<ADCSHT_A> for u8[src]

impl PartialEq<ADCSHT_A> for ADCSHT_A[src]

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