[][src]Enum msp430fr4133::lcd_e::lcdctl0::LCDDIV_A

#[repr(u8)]pub enum LCDDIV_A {
    LCDDIV_0,
    LCDDIV_1,
    LCDDIV_2,
    LCDDIV_3,
    LCDDIV_4,
    LCDDIV_5,
    LCDDIV_6,
    LCDDIV_7,
    LCDDIV_8,
    LCDDIV_9,
    LCDDIV_10,
    LCDDIV_11,
    LCDDIV_12,
    LCDDIV_13,
    LCDDIV_14,
    LCDDIV_15,
    LCDDIV_16,
    LCDDIV_17,
    LCDDIV_18,
    LCDDIV_19,
    LCDDIV_20,
    LCDDIV_21,
    LCDDIV_22,
    LCDDIV_23,
    LCDDIV_24,
    LCDDIV_25,
    LCDDIV_26,
    LCDDIV_27,
    LCDDIV_28,
    LCDDIV_29,
    LCDDIV_30,
    LCDDIV_31,
}

LCD_E LCD frequency divider Bit: 0

Value on reset: 0

Variants

LCDDIV_0

0: LCD_E LCD frequency divider: /1

LCDDIV_1

1: LCD_E LCD frequency divider: /2

LCDDIV_2

2: LCD_E LCD frequency divider: /3

LCDDIV_3

3: LCD_E LCD frequency divider: /4

LCDDIV_4

4: LCD_E LCD frequency divider: /5

LCDDIV_5

5: LCD_E LCD frequency divider: /6

LCDDIV_6

6: LCD_E LCD frequency divider: /7

LCDDIV_7

7: LCD_E LCD frequency divider: /8

LCDDIV_8

8: LCD_E LCD frequency divider: /9

LCDDIV_9

9: LCD_E LCD frequency divider: /10

LCDDIV_10

10: LCD_E LCD frequency divider: /11

LCDDIV_11

11: LCD_E LCD frequency divider: /12

LCDDIV_12

12: LCD_E LCD frequency divider: /13

LCDDIV_13

13: LCD_E LCD frequency divider: /14

LCDDIV_14

14: LCD_E LCD frequency divider: /15

LCDDIV_15

15: LCD_E LCD frequency divider: /16

LCDDIV_16

16: LCD_E LCD frequency divider: /17

LCDDIV_17

17: LCD_E LCD frequency divider: /18

LCDDIV_18

18: LCD_E LCD frequency divider: /19

LCDDIV_19

19: LCD_E LCD frequency divider: /20

LCDDIV_20

20: LCD_E LCD frequency divider: /21

LCDDIV_21

21: LCD_E LCD frequency divider: /22

LCDDIV_22

22: LCD_E LCD frequency divider: /23

LCDDIV_23

23: LCD_E LCD frequency divider: /24

LCDDIV_24

24: LCD_E LCD frequency divider: /25

LCDDIV_25

25: LCD_E LCD frequency divider: /26

LCDDIV_26

26: LCD_E LCD frequency divider: /27

LCDDIV_27

27: LCD_E LCD frequency divider: /28

LCDDIV_28

28: LCD_E LCD frequency divider: /29

LCDDIV_29

29: LCD_E LCD frequency divider: /30

LCDDIV_30

30: LCD_E LCD frequency divider: /31

LCDDIV_31

31: LCD_E LCD frequency divider: /32

Trait Implementations

impl Clone for LCDDIV_A[src]

impl Copy for LCDDIV_A[src]

impl Debug for LCDDIV_A[src]

impl From<LCDDIV_A> for u8[src]

impl PartialEq<LCDDIV_A> for LCDDIV_A[src]

impl StructuralPartialEq for LCDDIV_A[src]

Auto Trait Implementations

impl Send for LCDDIV_A

impl Sync for LCDDIV_A

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