Enum msp432p401r::captio1::captiox_ctl::CAPTIOPOSELX_A[][src]

#[repr(u8)]pub enum CAPTIOPOSELX_A {
    CAPTIOPOSELX_0,
    CAPTIOPOSELX_1,
    CAPTIOPOSELX_2,
    CAPTIOPOSELX_3,
    CAPTIOPOSELX_4,
    CAPTIOPOSELX_5,
    CAPTIOPOSELX_6,
    CAPTIOPOSELX_7,
    CAPTIOPOSELX_8,
    CAPTIOPOSELX_9,
    CAPTIOPOSELX_10,
    CAPTIOPOSELX_11,
    CAPTIOPOSELX_12,
    CAPTIOPOSELX_13,
    CAPTIOPOSELX_14,
    CAPTIOPOSELX_15,
}

Capacitive Touch IO port select

Value on reset: 0

Variants

CAPTIOPOSELX_0

0: Px = PJ

CAPTIOPOSELX_1

1: Px = P1

CAPTIOPOSELX_2

2: Px = P2

CAPTIOPOSELX_3

3: Px = P3

CAPTIOPOSELX_4

4: Px = P4

CAPTIOPOSELX_5

5: Px = P5

CAPTIOPOSELX_6

6: Px = P6

CAPTIOPOSELX_7

7: Px = P7

CAPTIOPOSELX_8

8: Px = P8

CAPTIOPOSELX_9

9: Px = P9

CAPTIOPOSELX_10

10: Px = P10

CAPTIOPOSELX_11

11: Px = P11

CAPTIOPOSELX_12

12: Px = P12

CAPTIOPOSELX_13

13: Px = P13

CAPTIOPOSELX_14

14: Px = P14

CAPTIOPOSELX_15

15: Px = P15

Trait Implementations

impl Clone for CAPTIOPOSELX_A[src]

impl Copy for CAPTIOPOSELX_A[src]

impl Debug for CAPTIOPOSELX_A[src]

impl PartialEq<CAPTIOPOSELX_A> for CAPTIOPOSELX_A[src]

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