Enum stm32f7xx_hal::pac::dma2d::bgpfccr::CM_A[][src]

#[repr(u8)]
pub enum CM_A {
    ARGB8888,
    RGB888,
    RGB565,
    ARGB1555,
    ARGB4444,
    L8,
    AL44,
    AL88,
    L4,
    A8,
    A4,
}
Expand description

Color mode

Value on reset: 0

Variants

ARGB8888

0: Color mode ARGB8888

RGB888

1: Color mode RGB888

RGB565

2: Color mode RGB565

ARGB1555

3: Color mode ARGB1555

ARGB4444

4: Color mode ARGB4444

L8

5: Color mode L8

AL44

6: Color mode AL44

AL88

7: Color mode AL88

L4

8: Color mode L4

A8

9: Color mode A8

A4

10: Color mode A4

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.