[][src]Enum imxrt1062_lcdif::ctrl_clr::DATA_FORMAT_18_BIT_A

pub enum DATA_FORMAT_18_BIT_A {
    LOWER_18_BITS_VALID,
    UPPER_18_BITS_VALID,
}

Used only when WORD_LENGTH = 2, i.e. 18-bit.

Value on reset: 0

Variants

LOWER_18_BITS_VALID

0: Data input to the block is in 18 bpp format, such that lower 18 bits contain RGB 666 and upper 14 bits do not contain any useful data.

UPPER_18_BITS_VALID

1: Data input to the block is in 18 bpp format, such that upper 18 bits contain RGB 666 and lower 14 bits do not contain any useful data.

Trait Implementations

impl Clone for DATA_FORMAT_18_BIT_A[src]

impl Copy for DATA_FORMAT_18_BIT_A[src]

impl Debug for DATA_FORMAT_18_BIT_A[src]

impl From<DATA_FORMAT_18_BIT_A> for bool[src]

impl PartialEq<DATA_FORMAT_18_BIT_A> for DATA_FORMAT_18_BIT_A[src]

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