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

#[repr(u8)]
pub enum INCH_A {
    INCH_0,
    INCH_1,
    INCH_2,
    INCH_3,
    INCH_4,
    INCH_5,
    INCH_6,
    INCH_7,
    INCH_8,
    INCH_9,
    INCH_10,
    INCH_11,
    INCH_12,
    INCH_13,
    INCH_14,
    INCH_15,
}

ADC10 Input Channel Select Bit: 0

Value on reset: 0

Variants

INCH_0

0: Selects Channel 0

INCH_1

1: Selects Channel 1

INCH_2

2: Selects Channel 2

INCH_3

3: Selects Channel 3

INCH_4

4: Selects Channel 4

INCH_5

5: Selects Channel 5

INCH_6

6: Selects Channel 6

INCH_7

7: Selects Channel 7

INCH_8

8: Selects Channel 8

INCH_9

9: Selects Channel 9

INCH_10

10: Selects Channel 10

INCH_11

11: Selects Channel 11

INCH_12

12: Selects Channel 12

INCH_13

13: Selects Channel 13

INCH_14

14: Selects Channel 14

INCH_15

15: Selects Channel 15

Trait Implementations

impl Clone for INCH_A[src]

impl Copy for INCH_A[src]

impl Debug for INCH_A[src]

impl From<INCH_A> for u8[src]

impl PartialEq<INCH_A> for INCH_A[src]

impl StructuralPartialEq for INCH_A[src]

Auto Trait Implementations

impl Send for INCH_A

impl Sync for INCH_A

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