Enum msp432p401r::comp_e0::cex_ctl0::CEIPSEL_A[][src]

#[repr(u8)]pub enum CEIPSEL_A {
    CEIPSEL_0,
    CEIPSEL_1,
    CEIPSEL_2,
    CEIPSEL_3,
    CEIPSEL_4,
    CEIPSEL_5,
    CEIPSEL_6,
    CEIPSEL_7,
    CEIPSEL_8,
    CEIPSEL_9,
    CEIPSEL_10,
    CEIPSEL_11,
    CEIPSEL_12,
    CEIPSEL_13,
    CEIPSEL_14,
    CEIPSEL_15,
}

Channel input selected for the V+ terminal

Value on reset: 0

Variants

CEIPSEL_0

0: Channel 0 selected

CEIPSEL_1

1: Channel 1 selected

CEIPSEL_2

2: Channel 2 selected

CEIPSEL_3

3: Channel 3 selected

CEIPSEL_4

4: Channel 4 selected

CEIPSEL_5

5: Channel 5 selected

CEIPSEL_6

6: Channel 6 selected

CEIPSEL_7

7: Channel 7 selected

CEIPSEL_8

8: Channel 8 selected

CEIPSEL_9

9: Channel 9 selected

CEIPSEL_10

10: Channel 10 selected

CEIPSEL_11

11: Channel 11 selected

CEIPSEL_12

12: Channel 12 selected

CEIPSEL_13

13: Channel 13 selected

CEIPSEL_14

14: Channel 14 selected

CEIPSEL_15

15: Channel 15 selected

Trait Implementations

impl Clone for CEIPSEL_A[src]

impl Copy for CEIPSEL_A[src]

impl Debug for CEIPSEL_A[src]

impl PartialEq<CEIPSEL_A> for CEIPSEL_A[src]

impl StructuralPartialEq for CEIPSEL_A[src]

Auto Trait Implementations

impl Send for CEIPSEL_A

impl Sync for CEIPSEL_A

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