[][src]Enum msp430fr4133::lcd_e::lcdblkctl::LCDBLKPRE_A

#[repr(u8)]pub enum LCDBLKPRE_A {
    LCDBLKPRE_0,
    LCDBLKPRE_1,
    LCDBLKPRE_2,
    LCDBLKPRE_3,
    LCDBLKPRE_4,
    LCDBLKPRE_5,
    LCDBLKPRE_6,
    LCDBLKPRE_7,
}

LCD_E Clock pre-scaler for blinking frequency Bit: 0

Value on reset: 0

Variants

LCDBLKPRE_0

0: LCD_E Clock pre-scaler for blinking frequency: 0

LCDBLKPRE_1

1: LCD_E Clock pre-scaler for blinking frequency: 1

LCDBLKPRE_2

2: LCD_E Clock pre-scaler for blinking frequency: 2

LCDBLKPRE_3

3: LCD_E Clock pre-scaler for blinking frequency: 3

LCDBLKPRE_4

4: LCD_E Clock pre-scaler for blinking frequency: 4

LCDBLKPRE_5

5: LCD_E Clock pre-scaler for blinking frequency: 5

LCDBLKPRE_6

6: LCD_E Clock pre-scaler for blinking frequency: 6

LCDBLKPRE_7

7: LCD_E Clock pre-scaler for blinking frequency: 7

Trait Implementations

impl Clone for LCDBLKPRE_A[src]

impl Copy for LCDBLKPRE_A[src]

impl Debug for LCDBLKPRE_A[src]

impl From<LCDBLKPRE_A> for u8[src]

impl PartialEq<LCDBLKPRE_A> for LCDBLKPRE_A[src]

impl StructuralPartialEq for LCDBLKPRE_A[src]

Auto Trait Implementations

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.