[]Struct stm32f429i_disc::ltdc::LAYER

#[repr(C)]
pub struct LAYER { pub cr: CR, pub whpcr: WHPCR, pub wvpcr: WVPCR, pub ckcr: CKCR, pub pfcr: PFCR, pub cacr: CACR, pub dccr: DCCR, pub bfcr: BFCR, pub cfbar: CFBAR, pub cfblr: CFBLR, pub cfblnr: CFBLNR, pub clutwr: CLUTWR, // some fields omitted }

Register block

Fields

cr: CR

0x00 - Layerx Control Register

whpcr: WHPCR

0x04 - Layerx Window Horizontal Position Configuration Register

wvpcr: WVPCR

0x08 - Layerx Window Vertical Position Configuration Register

ckcr: CKCR

0x0c - Layerx Color Keying Configuration Register

pfcr: PFCR

0x10 - Layerx Pixel Format Configuration Register

cacr: CACR

0x14 - Layerx Constant Alpha Configuration Register

dccr: DCCR

0x18 - Layerx Default Color Configuration Register

bfcr: BFCR

0x1c - Layerx Blending Factors Configuration Register

cfbar: CFBAR

0x28 - Layerx Color Frame Buffer Address Register

cfblr: CFBLR

0x2c - Layerx Color Frame Buffer Length Register

cfblnr: CFBLNR

0x30 - Layerx ColorFrame Buffer Line Number Register

clutwr: CLUTWR

0x40 - Layerx CLUT Write Register

Auto Trait Implementations

impl Send for LAYER

impl !Sync for LAYER

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self