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

#[repr(u8)]
pub enum ADC10DIV_A {
    ADC10DIV_0,
    ADC10DIV_1,
    ADC10DIV_2,
    ADC10DIV_3,
    ADC10DIV_4,
    ADC10DIV_5,
    ADC10DIV_6,
    ADC10DIV_7,
}

ADC10 Clock Divider Select Bit: 0

Value on reset: 0

Variants

ADC10DIV_0

0: ADC10 Clock Divider Select 0

ADC10DIV_1

1: ADC10 Clock Divider Select 1

ADC10DIV_2

2: ADC10 Clock Divider Select 2

ADC10DIV_3

3: ADC10 Clock Divider Select 3

ADC10DIV_4

4: ADC10 Clock Divider Select 4

ADC10DIV_5

5: ADC10 Clock Divider Select 5

ADC10DIV_6

6: ADC10 Clock Divider Select 6

ADC10DIV_7

7: ADC10 Clock Divider Select 7

Trait Implementations

impl Clone for ADC10DIV_A[src]

impl Copy for ADC10DIV_A[src]

impl Debug for ADC10DIV_A[src]

impl From<ADC10DIV_A> for u8[src]

impl PartialEq<ADC10DIV_A> for ADC10DIV_A[src]

impl StructuralPartialEq for ADC10DIV_A[src]

Auto Trait Implementations

impl Send for ADC10DIV_A

impl Sync for ADC10DIV_A

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