[][src]Enum msp430g2553::adc10::adc10ctl1::ADC10SSEL_A

#[repr(u8)]
pub enum ADC10SSEL_A {
    ADC10SSEL_0,
    ADC10SSEL_1,
    ADC10SSEL_2,
    ADC10SSEL_3,
}

ADC10 Clock Source Select Bit: 0

Value on reset: 0

Variants

ADC10SSEL_0

0: ADC10OSC

ADC10SSEL_1

1: ACLK

ADC10SSEL_2

2: MCLK

ADC10SSEL_3

3: SMCLK

Trait Implementations

impl Clone for ADC10SSEL_A[src]

impl Copy for ADC10SSEL_A[src]

impl Debug for ADC10SSEL_A[src]

impl From<ADC10SSEL_A> for u8[src]

impl PartialEq<ADC10SSEL_A> for ADC10SSEL_A[src]

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