Enum msp430fr6972::comparator_e::cectl2::CEREF1_A[][src]

#[repr(u8)]
pub enum CEREF1_A {
Show variants 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,
}

Comp. E Reference 1 Resistor Select Bit : 0

Value on reset: 0

Variants

CEREF1_0

0: Comp. E Int. Ref.1 Select 0 : 1/32

CEREF1_1

1: Comp. E Int. Ref.1 Select 1 : 2/32

CEREF1_2

2: Comp. E Int. Ref.1 Select 2 : 3/32

CEREF1_3

3: Comp. E Int. Ref.1 Select 3 : 4/32

CEREF1_4

4: Comp. E Int. Ref.1 Select 4 : 5/32

CEREF1_5

5: Comp. E Int. Ref.1 Select 5 : 6/32

CEREF1_6

6: Comp. E Int. Ref.1 Select 6 : 7/32

CEREF1_7

7: Comp. E Int. Ref.1 Select 7 : 8/32

CEREF1_8

8: Comp. E Int. Ref.1 Select 0 : 9/32

CEREF1_9

9: Comp. E Int. Ref.1 Select 1 : 10/32

CEREF1_10

10: Comp. E Int. Ref.1 Select 2 : 11/32

CEREF1_11

11: Comp. E Int. Ref.1 Select 3 : 12/32

CEREF1_12

12: Comp. E Int. Ref.1 Select 4 : 13/32

CEREF1_13

13: Comp. E Int. Ref.1 Select 5 : 14/32

CEREF1_14

14: Comp. E Int. Ref.1 Select 6 : 15/32

CEREF1_15

15: Comp. E Int. Ref.1 Select 7 : 16/32

CEREF1_16

16: Comp. E Int. Ref.1 Select 0 : 17/32

CEREF1_17

17: Comp. E Int. Ref.1 Select 1 : 18/32

CEREF1_18

18: Comp. E Int. Ref.1 Select 2 : 19/32

CEREF1_19

19: Comp. E Int. Ref.1 Select 3 : 20/32

CEREF1_20

20: Comp. E Int. Ref.1 Select 4 : 21/32

CEREF1_21

21: Comp. E Int. Ref.1 Select 5 : 22/32

CEREF1_22

22: Comp. E Int. Ref.1 Select 6 : 23/32

CEREF1_23

23: Comp. E Int. Ref.1 Select 7 : 24/32

CEREF1_24

24: Comp. E Int. Ref.1 Select 0 : 25/32

CEREF1_25

25: Comp. E Int. Ref.1 Select 1 : 26/32

CEREF1_26

26: Comp. E Int. Ref.1 Select 2 : 27/32

CEREF1_27

27: Comp. E Int. Ref.1 Select 3 : 28/32

CEREF1_28

28: Comp. E Int. Ref.1 Select 4 : 29/32

CEREF1_29

29: Comp. E Int. Ref.1 Select 5 : 30/32

CEREF1_30

30: Comp. E Int. Ref.1 Select 6 : 31/32

CEREF1_31

31: Comp. E Int. Ref.1 Select 7 : 32/32

Trait Implementations

impl Clone for CEREF1_A[src]

fn clone(&self) -> CEREF1_A[src]

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for CEREF1_A[src]

fn fmt(&self, f: &mut Formatter<'_>) -> Result[src]

Formats the value using the given formatter. Read more

impl PartialEq<CEREF1_A> for CEREF1_A[src]

fn eq(&self, other: &CEREF1_A) -> bool[src]

This method tests for self and other values to be equal, and is used by ==. Read more

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]

This method tests for !=.

impl Copy 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]

pub fn type_id(&self) -> TypeId[src]

Gets the TypeId of self. Read more

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

pub fn borrow(&self) -> &T[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

pub fn borrow_mut(&mut self) -> &mut T[src]

Mutably borrows from an owned value. Read more

impl<T> From<T> for T[src]

pub fn from(t: T) -> T[src]

Performs the conversion.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

pub fn into(self) -> U[src]

Performs the conversion.

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.

pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]

Performs the conversion.

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.

pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]

Performs the conversion.