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

#[repr(u8)]
pub enum ADC10SHT_A {
    ADC10SHT_0,
    ADC10SHT_1,
    ADC10SHT_2,
    ADC10SHT_3,
}

ADC10 Sample Hold Select Bit: 0

Value on reset: 0

Variants

ADC10SHT_0

0: 4 x ADC10CLKs

ADC10SHT_1

1: 8 x ADC10CLKs

ADC10SHT_2

2: 16 x ADC10CLKs

ADC10SHT_3

3: 64 x ADC10CLKs

Trait Implementations

impl Clone for ADC10SHT_A[src]

impl Copy for ADC10SHT_A[src]

impl Debug for ADC10SHT_A[src]

impl From<ADC10SHT_A> for u8[src]

impl PartialEq<ADC10SHT_A> for ADC10SHT_A[src]

impl StructuralPartialEq for ADC10SHT_A[src]

Auto Trait Implementations

impl Send for ADC10SHT_A

impl Sync for ADC10SHT_A

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