[][src]Enum imxrt1062_lcdif::ctrl2_set::ODD_LINE_PATTERN_A

#[repr(u8)]pub enum ODD_LINE_PATTERN_A {
    RGB,
    RBG,
    GBR,
    GRB,
    BRG,
    BGR,
}

This field determines the order of the RGB components of each pixel in ODD lines (line numbers 1,3,5,

Value on reset: 0

Variants

RGB

0: RGB

RBG

1: RBG

GBR

2: GBR

GRB

3: GRB

BRG

4: BRG

BGR

5: BGR

Trait Implementations

impl Clone for ODD_LINE_PATTERN_A[src]

impl Copy for ODD_LINE_PATTERN_A[src]

impl Debug for ODD_LINE_PATTERN_A[src]

impl From<ODD_LINE_PATTERN_A> for u8[src]

impl PartialEq<ODD_LINE_PATTERN_A> for ODD_LINE_PATTERN_A[src]

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