Enum msp432p401r::comp_e0::cex_ctl2::CEREF0_A[][src]

#[repr(u8)]pub enum CEREF0_A {
    CEREF0_0,
    CEREF0_1,
    CEREF0_2,
    CEREF0_3,
    CEREF0_4,
    CEREF0_5,
    CEREF0_6,
    CEREF0_7,
    CEREF0_8,
    CEREF0_9,
    CEREF0_10,
    CEREF0_11,
    CEREF0_12,
    CEREF0_13,
    CEREF0_14,
    CEREF0_15,
    CEREF0_16,
    CEREF0_17,
    CEREF0_18,
    CEREF0_19,
    CEREF0_20,
    CEREF0_21,
    CEREF0_22,
    CEREF0_23,
    CEREF0_24,
    CEREF0_25,
    CEREF0_26,
    CEREF0_27,
    CEREF0_28,
    CEREF0_29,
    CEREF0_30,
    CEREF0_31,
}

Reference resistor tap 0

Value on reset: 0

Variants

CEREF0_0

0: Reference resistor tap for setting 0.

CEREF0_1

1: Reference resistor tap for setting 1.

CEREF0_2

2: Reference resistor tap for setting 2.

CEREF0_3

3: Reference resistor tap for setting 3.

CEREF0_4

4: Reference resistor tap for setting 4.

CEREF0_5

5: Reference resistor tap for setting 5.

CEREF0_6

6: Reference resistor tap for setting 6.

CEREF0_7

7: Reference resistor tap for setting 7.

CEREF0_8

8: Reference resistor tap for setting 8.

CEREF0_9

9: Reference resistor tap for setting 9.

CEREF0_10

10: Reference resistor tap for setting 10.

CEREF0_11

11: Reference resistor tap for setting 11.

CEREF0_12

12: Reference resistor tap for setting 12.

CEREF0_13

13: Reference resistor tap for setting 13.

CEREF0_14

14: Reference resistor tap for setting 14.

CEREF0_15

15: Reference resistor tap for setting 15.

CEREF0_16

16: Reference resistor tap for setting 16.

CEREF0_17

17: Reference resistor tap for setting 17.

CEREF0_18

18: Reference resistor tap for setting 18.

CEREF0_19

19: Reference resistor tap for setting 19.

CEREF0_20

20: Reference resistor tap for setting 20.

CEREF0_21

21: Reference resistor tap for setting 21.

CEREF0_22

22: Reference resistor tap for setting 22.

CEREF0_23

23: Reference resistor tap for setting 23.

CEREF0_24

24: Reference resistor tap for setting 24.

CEREF0_25

25: Reference resistor tap for setting 25.

CEREF0_26

26: Reference resistor tap for setting 26.

CEREF0_27

27: Reference resistor tap for setting 27.

CEREF0_28

28: Reference resistor tap for setting 28.

CEREF0_29

29: Reference resistor tap for setting 29.

CEREF0_30

30: Reference resistor tap for setting 30.

CEREF0_31

31: Reference resistor tap for setting 31.

Trait Implementations

impl Clone for CEREF0_A[src]

impl Copy for CEREF0_A[src]

impl Debug for CEREF0_A[src]

impl PartialEq<CEREF0_A> for CEREF0_A[src]

impl StructuralPartialEq for CEREF0_A[src]

Auto Trait Implementations

impl Send for CEREF0_A

impl Sync for CEREF0_A

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