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

#[repr(u8)]pub enum LCDBLKMOD_A {
    LCDBLKMOD_0,
    LCDBLKMOD_1,
    LCDBLKMOD_2,
    LCDBLKMOD_3,
}

LCD_E Blinking mode Bit: 0

Value on reset: 0

Variants

LCDBLKMOD_0

0: LCD_E Blinking mode: Off

LCDBLKMOD_1

1: LCD_E Blinking mode: Individual

LCDBLKMOD_2

2: LCD_E Blinking mode: All

LCDBLKMOD_3

3: LCD_E Blinking mode: Switching

Trait Implementations

impl Clone for LCDBLKMOD_A[src]

impl Copy for LCDBLKMOD_A[src]

impl Debug for LCDBLKMOD_A[src]

impl From<LCDBLKMOD_A> for u8[src]

impl PartialEq<LCDBLKMOD_A> for LCDBLKMOD_A[src]

impl StructuralPartialEq for LCDBLKMOD_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.