[][src]Enum msp430fr4133::adc::adcctl1::ADCDIV_A

#[repr(u8)]pub enum ADCDIV_A {
    ADCDIV_0,
    ADCDIV_1,
    ADCDIV_2,
    ADCDIV_3,
    ADCDIV_4,
    ADCDIV_5,
    ADCDIV_6,
    ADCDIV_7,
}

ADC Clock Divider Select 0

Value on reset: 0

Variants

ADCDIV_0

0: ADC Clock Divider Select: 0

ADCDIV_1

1: ADC Clock Divider Select: 1

ADCDIV_2

2: ADC Clock Divider Select: 2

ADCDIV_3

3: ADC Clock Divider Select: 3

ADCDIV_4

4: ADC Clock Divider Select: 4

ADCDIV_5

5: ADC Clock Divider Select: 5

ADCDIV_6

6: ADC Clock Divider Select: 6

ADCDIV_7

7: ADC Clock Divider Select: 7

Trait Implementations

impl Clone for ADCDIV_A[src]

impl Copy for ADCDIV_A[src]

impl Debug for ADCDIV_A[src]

impl From<ADCDIV_A> for u8[src]

impl PartialEq<ADCDIV_A> for ADCDIV_A[src]

impl StructuralPartialEq for ADCDIV_A[src]

Auto Trait Implementations

impl Send for ADCDIV_A

impl Sync for ADCDIV_A

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