Enum msp432p401r::comp_e1::cex_ctl2::CEREF1_A[][src]

#[repr(u8)]pub enum CEREF1_A {
    CEREF1_0,
    CEREF1_1,
    CEREF1_2,
    CEREF1_3,
    CEREF1_4,
    CEREF1_5,
    CEREF1_6,
    CEREF1_7,
    CEREF1_8,
    CEREF1_9,
    CEREF1_10,
    CEREF1_11,
    CEREF1_12,
    CEREF1_13,
    CEREF1_14,
    CEREF1_15,
    CEREF1_16,
    CEREF1_17,
    CEREF1_18,
    CEREF1_19,
    CEREF1_20,
    CEREF1_21,
    CEREF1_22,
    CEREF1_23,
    CEREF1_24,
    CEREF1_25,
    CEREF1_26,
    CEREF1_27,
    CEREF1_28,
    CEREF1_29,
    CEREF1_30,
    CEREF1_31,
}

Reference resistor tap 1

Value on reset: 0

Variants

CEREF1_0

0: Reference resistor tap for setting 0.

CEREF1_1

1: Reference resistor tap for setting 1.

CEREF1_2

2: Reference resistor tap for setting 2.

CEREF1_3

3: Reference resistor tap for setting 3.

CEREF1_4

4: Reference resistor tap for setting 4.

CEREF1_5

5: Reference resistor tap for setting 5.

CEREF1_6

6: Reference resistor tap for setting 6.

CEREF1_7

7: Reference resistor tap for setting 7.

CEREF1_8

8: Reference resistor tap for setting 8.

CEREF1_9

9: Reference resistor tap for setting 9.

CEREF1_10

10: Reference resistor tap for setting 10.

CEREF1_11

11: Reference resistor tap for setting 11.

CEREF1_12

12: Reference resistor tap for setting 12.

CEREF1_13

13: Reference resistor tap for setting 13.

CEREF1_14

14: Reference resistor tap for setting 14.

CEREF1_15

15: Reference resistor tap for setting 15.

CEREF1_16

16: Reference resistor tap for setting 16.

CEREF1_17

17: Reference resistor tap for setting 17.

CEREF1_18

18: Reference resistor tap for setting 18.

CEREF1_19

19: Reference resistor tap for setting 19.

CEREF1_20

20: Reference resistor tap for setting 20.

CEREF1_21

21: Reference resistor tap for setting 21.

CEREF1_22

22: Reference resistor tap for setting 22.

CEREF1_23

23: Reference resistor tap for setting 23.

CEREF1_24

24: Reference resistor tap for setting 24.

CEREF1_25

25: Reference resistor tap for setting 25.

CEREF1_26

26: Reference resistor tap for setting 26.

CEREF1_27

27: Reference resistor tap for setting 27.

CEREF1_28

28: Reference resistor tap for setting 28.

CEREF1_29

29: Reference resistor tap for setting 29.

CEREF1_30

30: Reference resistor tap for setting 30.

CEREF1_31

31: Reference resistor tap for setting 31.

Trait Implementations

impl Clone for CEREF1_A[src]

impl Copy for CEREF1_A[src]

impl Debug for CEREF1_A[src]

impl PartialEq<CEREF1_A> for CEREF1_A[src]

impl StructuralPartialEq for CEREF1_A[src]

Auto Trait Implementations

impl Send for CEREF1_A

impl Sync for CEREF1_A

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