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

#[repr(u8)]pub enum LCDSSEL_A {
    LCDSSEL_0,
    LCDSSEL_1,
    LCDSSEL_2,
    LCDSSEL_3,
}

LCD_E Clock Select Bit: 0

Value on reset: 0

Variants

LCDSSEL_0

0: LCD_E Clock Select: 0

LCDSSEL_1

1: LCD_E Clock Select: 1

LCDSSEL_2

2: LCD_E Clock Select: 2

LCDSSEL_3

3: LCD_E Clock Select: 3

Trait Implementations

impl Clone for LCDSSEL_A[src]

impl Copy for LCDSSEL_A[src]

impl Debug for LCDSSEL_A[src]

impl From<LCDSSEL_A> for u8[src]

impl PartialEq<LCDSSEL_A> for LCDSSEL_A[src]

impl StructuralPartialEq for LCDSSEL_A[src]

Auto Trait Implementations

impl Send for LCDSSEL_A

impl Sync for LCDSSEL_A

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