Struct nucleo_h7xx::pac::ltdc::LAYER[]

#[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
}

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

impl Send for LAYER

impl !Sync for LAYER

impl Unpin for LAYER

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> Same<T> for T

type Output = T

Should always be Self

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.