Struct stm32f7xx_hal::pac::ltdc::LAYER[][src]

#[repr(C)]
pub struct LAYER { pub cr: Reg<u32, _CR>, pub whpcr: Reg<u32, _WHPCR>, pub wvpcr: Reg<u32, _WVPCR>, pub ckcr: Reg<u32, _CKCR>, pub pfcr: Reg<u32, _PFCR>, pub cacr: Reg<u32, _CACR>, pub dccr: Reg<u32, _DCCR>, pub bfcr: Reg<u32, _BFCR>, pub cfbar: Reg<u32, _CFBAR>, pub cfblr: Reg<u32, _CFBLR>, pub cfblnr: Reg<u32, _CFBLNR>, pub clutwr: Reg<u32, _CLUTWR>, // some fields omitted }
Expand description

Register block

Fields

cr: Reg<u32, _CR>

0x00 - Layerx Control Register

whpcr: Reg<u32, _WHPCR>

0x04 - Layerx Window Horizontal Position Configuration Register

wvpcr: Reg<u32, _WVPCR>

0x08 - Layerx Window Vertical Position Configuration Register

ckcr: Reg<u32, _CKCR>

0x0c - Layerx Color Keying Configuration Register

pfcr: Reg<u32, _PFCR>

0x10 - Layerx Pixel Format Configuration Register

cacr: Reg<u32, _CACR>

0x14 - Layerx Constant Alpha Configuration Register

dccr: Reg<u32, _DCCR>

0x18 - Layerx Default Color Configuration Register

bfcr: Reg<u32, _BFCR>

0x1c - Layerx Blending Factors Configuration Register

cfbar: Reg<u32, _CFBAR>

0x28 - Layerx Color Frame Buffer Address Register

cfblr: Reg<u32, _CFBLR>

0x2c - Layerx Color Frame Buffer Length Register

cfblnr: Reg<u32, _CFBLNR>

0x30 - Layerx ColorFrame Buffer Line Number Register

clutwr: Reg<u32, _CLUTWR>

0x40 - Layerx CLUT Write Register

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.