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

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

Comp. E Reference 0 Resistor Select Bit : 0

Value on reset: 0

Variants

CEREF0_0

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

CEREF0_1

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

CEREF0_2

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

CEREF0_3

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

CEREF0_4

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

CEREF0_5

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

CEREF0_6

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

CEREF0_7

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

CEREF0_8

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

CEREF0_9

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

CEREF0_10

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

CEREF0_11

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

CEREF0_12

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

CEREF0_13

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

CEREF0_14

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

CEREF0_15

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

CEREF0_16

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

CEREF0_17

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

CEREF0_18

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

CEREF0_19

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

CEREF0_20

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

CEREF0_21

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

CEREF0_22

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

CEREF0_23

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

CEREF0_24

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

CEREF0_25

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

CEREF0_26

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

CEREF0_27

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

CEREF0_28

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

CEREF0_29

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

CEREF0_30

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

CEREF0_31

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

Trait Implementations

impl Clone for CEREF0_A[src]

fn clone(&self) -> CEREF0_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 CEREF0_A[src]

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

Formats the value using the given formatter. Read more

impl PartialEq<CEREF0_A> for CEREF0_A[src]

fn eq(&self, other: &CEREF0_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 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]

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.