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

#[repr(u8)]pub enum CEIMSEL_A {
    CEIMSEL_0,
    CEIMSEL_1,
    CEIMSEL_2,
    CEIMSEL_3,
    CEIMSEL_4,
    CEIMSEL_5,
    CEIMSEL_6,
    CEIMSEL_7,
    CEIMSEL_8,
    CEIMSEL_9,
    CEIMSEL_10,
    CEIMSEL_11,
    CEIMSEL_12,
    CEIMSEL_13,
    CEIMSEL_14,
    CEIMSEL_15,
}

Channel input selected for the - terminal

Value on reset: 0

Variants

CEIMSEL_0

0: Channel 0 selected

CEIMSEL_1

1: Channel 1 selected

CEIMSEL_2

2: Channel 2 selected

CEIMSEL_3

3: Channel 3 selected

CEIMSEL_4

4: Channel 4 selected

CEIMSEL_5

5: Channel 5 selected

CEIMSEL_6

6: Channel 6 selected

CEIMSEL_7

7: Channel 7 selected

CEIMSEL_8

8: Channel 8 selected

CEIMSEL_9

9: Channel 9 selected

CEIMSEL_10

10: Channel 10 selected

CEIMSEL_11

11: Channel 11 selected

CEIMSEL_12

12: Channel 12 selected

CEIMSEL_13

13: Channel 13 selected

CEIMSEL_14

14: Channel 14 selected

CEIMSEL_15

15: Channel 15 selected

Trait Implementations

impl Clone for CEIMSEL_A[src]

impl Copy for CEIMSEL_A[src]

impl Debug for CEIMSEL_A[src]

impl PartialEq<CEIMSEL_A> for CEIMSEL_A[src]

impl StructuralPartialEq for CEIMSEL_A[src]

Auto Trait Implementations

impl Send for CEIMSEL_A

impl Sync for CEIMSEL_A

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