Enum msp430fr6972::adc12::adc12mctl10::ADC12INCH_A[][src]

#[repr(u8)]
pub enum ADC12INCH_A {
Show variants ADC12INCH_0, ADC12INCH_1, ADC12INCH_2, ADC12INCH_3, ADC12INCH_4, ADC12INCH_5, ADC12INCH_6, ADC12INCH_7, ADC12INCH_8, ADC12INCH_9, ADC12INCH_10, ADC12INCH_11, ADC12INCH_12, ADC12INCH_13, ADC12INCH_14, ADC12INCH_15, ADC12INCH_16, ADC12INCH_17, ADC12INCH_18, ADC12INCH_19, ADC12INCH_20, ADC12INCH_21, ADC12INCH_22, ADC12INCH_23, ADC12INCH_24, ADC12INCH_25, ADC12INCH_26, ADC12INCH_27, ADC12INCH_28, ADC12INCH_29, ADC12INCH_30, ADC12INCH_31,
}

ADC12 Input Channel Select Bit 0

Value on reset: 0

Variants

ADC12INCH_0

0: ADC12 Input Channel 0

ADC12INCH_1

1: ADC12 Input Channel 1

ADC12INCH_2

2: ADC12 Input Channel 2

ADC12INCH_3

3: ADC12 Input Channel 3

ADC12INCH_4

4: ADC12 Input Channel 4

ADC12INCH_5

5: ADC12 Input Channel 5

ADC12INCH_6

6: ADC12 Input Channel 6

ADC12INCH_7

7: ADC12 Input Channel 7

ADC12INCH_8

8: ADC12 Input Channel 8

ADC12INCH_9

9: ADC12 Input Channel 9

ADC12INCH_10

10: ADC12 Input Channel 10

ADC12INCH_11

11: ADC12 Input Channel 11

ADC12INCH_12

12: ADC12 Input Channel 12

ADC12INCH_13

13: ADC12 Input Channel 13

ADC12INCH_14

14: ADC12 Input Channel 14

ADC12INCH_15

15: ADC12 Input Channel 15

ADC12INCH_16

16: ADC12 Input Channel 16

ADC12INCH_17

17: ADC12 Input Channel 17

ADC12INCH_18

18: ADC12 Input Channel 18

ADC12INCH_19

19: ADC12 Input Channel 19

ADC12INCH_20

20: ADC12 Input Channel 20

ADC12INCH_21

21: ADC12 Input Channel 21

ADC12INCH_22

22: ADC12 Input Channel 22

ADC12INCH_23

23: ADC12 Input Channel 23

ADC12INCH_24

24: ADC12 Input Channel 24

ADC12INCH_25

25: ADC12 Input Channel 25

ADC12INCH_26

26: ADC12 Input Channel 26

ADC12INCH_27

27: ADC12 Input Channel 27

ADC12INCH_28

28: ADC12 Input Channel 28

ADC12INCH_29

29: ADC12 Input Channel 29

ADC12INCH_30

30: ADC12 Input Channel 30

ADC12INCH_31

31: ADC12 Input Channel 31

Trait Implementations

impl Clone for ADC12INCH_A[src]

fn clone(&self) -> ADC12INCH_A[src]

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for ADC12INCH_A[src]

fn fmt(&self, f: &mut Formatter<'_>) -> Result[src]

Formats the value using the given formatter. Read more

impl PartialEq<ADC12INCH_A> for ADC12INCH_A[src]

fn eq(&self, other: &ADC12INCH_A) -> bool[src]

This method tests for self and other values to be equal, and is used by ==. Read more

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]

This method tests for !=.

impl Copy for ADC12INCH_A[src]

impl StructuralPartialEq for ADC12INCH_A[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

pub fn type_id(&self) -> TypeId[src]

Gets the TypeId of self. Read more

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

pub fn borrow(&self) -> &T[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

pub fn borrow_mut(&mut self) -> &mut T[src]

Mutably borrows from an owned value. Read more

impl<T> From<T> for T[src]

pub fn from(t: T) -> T[src]

Performs the conversion.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

pub fn into(self) -> U[src]

Performs the conversion.

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.

pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]

Performs the conversion.

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.

pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]

Performs the conversion.