[][src]Enum imxrt1062_lcdif::ctrl_tog::WORD_LENGTH_A

#[repr(u8)]pub enum WORD_LENGTH_A {
    _16_BIT,
    _8_BIT,
    _18_BIT,
    _24_BIT,
}

Input data format.

Value on reset: 0

Variants

_16_BIT

0: Input data is 16 bits per pixel.

_8_BIT

1: Input data is 8 bits wide.

_18_BIT

2: Input data is 18 bits per pixel.

_24_BIT

3: Input data is 24 bits per pixel.

Trait Implementations

impl Clone for WORD_LENGTH_A[src]

impl Copy for WORD_LENGTH_A[src]

impl Debug for WORD_LENGTH_A[src]

impl From<WORD_LENGTH_A> for u8[src]

impl PartialEq<WORD_LENGTH_A> for WORD_LENGTH_A[src]

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