[][src]Enum msp430fr2355::e_comp0::cpctl0::CPPSEL_A

#[repr(u8)]pub enum CPPSEL_A {
    CPPSEL_0,
    CPPSEL_1,
    CPPSEL_2,
    CPPSEL_3,
    CPPSEL_4,
    CPPSEL_5,
    CPPSEL_6,
    CPPSEL_7,
}

Channel input selected for the V+ terminal

Value on reset: 0

Variants

CPPSEL_0

0: select external input source

CPPSEL_1

1: select external input source

CPPSEL_2

2: select external input source

CPPSEL_3

3: select external input source

CPPSEL_4

4: device specific, please refer to device data sheet for details

CPPSEL_5

5: device specific, please refer to device data sheet for details

CPPSEL_6

6: 6-bit DAC

CPPSEL_7

7: Reserved

Trait Implementations

impl Clone for CPPSEL_A[src]

impl Copy for CPPSEL_A[src]

impl Debug for CPPSEL_A[src]

impl From<CPPSEL_A> for u8[src]

impl PartialEq<CPPSEL_A> for CPPSEL_A[src]

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