Struct stm32ral::stm32l4::stm32l4r9::ltcd::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 37 fields pub SSCR: RWRegister<u32>, pub BPCR: RWRegister<u32>, pub AWCR: RWRegister<u32>, pub TWCR: RWRegister<u32>, pub GCR: RWRegister<u32>, pub SRCR: RWRegister<u32>, pub BCCR: RWRegister<u32>, pub IER: RWRegister<u32>, pub ISR: RORegister<u32>, pub ICR: WORegister<u32>, pub LIPCR: RWRegister<u32>, pub CPSR: RORegister<u32>, pub CDSR: RORegister<u32>, pub L1CR: RWRegister<u32>, pub L1WHPCR: RWRegister<u32>, pub L1WVPCR: RWRegister<u32>, pub L1CKCR: RWRegister<u32>, pub L1PFCR: RWRegister<u32>, pub L1CACR: RWRegister<u32>, pub L1DCCR: RWRegister<u32>, pub L1BFCR: RWRegister<u32>, pub L1CFBAR: UnsafeRWRegister<u32>, pub L1CFBLR: RWRegister<u32>, pub L1CFBLNR: RWRegister<u32>, pub L1CLUTWR: WORegister<u32>, pub L2CR: RWRegister<u32>, pub L2WHPCR: RWRegister<u32>, pub L2WVPCR: RWRegister<u32>, pub L2CKCR: RWRegister<u32>, pub L2PFCR: RWRegister<u32>, pub L2CACR: RWRegister<u32>, pub L2DCCR: RWRegister<u32>, pub L2BFCR: RWRegister<u32>, pub L2CFBAR: UnsafeRWRegister<u32>, pub L2CFBLR: RWRegister<u32>, pub L2CFBLNR: RWRegister<u32>, pub L2CLUTWR: WORegister<u32>, // some fields omitted
}

Fields

SSCR: RWRegister<u32>

LTDC Synchronization Size Configuration Register

BPCR: RWRegister<u32>

LTDC Back Porch Configuration Register

AWCR: RWRegister<u32>

LTDC Active Width Configuration Register

TWCR: RWRegister<u32>

LTDC Total Width Configuration Register

GCR: RWRegister<u32>

LTDC Global Control Register

SRCR: RWRegister<u32>

LTDC Shadow Reload Configuration Register

BCCR: RWRegister<u32>

LTDC Background Color Configuration Register

IER: RWRegister<u32>

LTDC Interrupt Enable Register

ISR: RORegister<u32>

LTDC Interrupt Status Register

ICR: WORegister<u32>

LTDC Interrupt Clear Register

LIPCR: RWRegister<u32>

LTDC Line Interrupt Position Configuration Register

CPSR: RORegister<u32>

LTDC Current Position Status Register

CDSR: RORegister<u32>

LTDC Current Display Status Register

L1CR: RWRegister<u32>

LTDC Layer Control Register

L1WHPCR: RWRegister<u32>

LTDC Layer Window Horizontal Position Configuration Register

L1WVPCR: RWRegister<u32>

LTDC Layer Window Vertical Position Configuration Register

L1CKCR: RWRegister<u32>

LTDC Layer Color Keying Configuration Register

L1PFCR: RWRegister<u32>

LTDC Layer Pixel Format Configuration Register

L1CACR: RWRegister<u32>

LTDC Layer Constant Alpha Configuration Register

L1DCCR: RWRegister<u32>

LTDC Layer Default Color Configuration Register

L1BFCR: RWRegister<u32>

LTDC Layer Blending Factors Configuration Register

L1CFBAR: UnsafeRWRegister<u32>

LTDC Layer Color Frame Buffer Address Register

L1CFBLR: RWRegister<u32>

LTDC Layer Color Frame Buffer Length Register

L1CFBLNR: RWRegister<u32>

LTDC Layer ColorFrame Buffer Line Number Register

L1CLUTWR: WORegister<u32>

LTDC Layerx CLUT Write Register

L2CR: RWRegister<u32>

LTDC Layer Control Register

L2WHPCR: RWRegister<u32>

LTDC Layerx Window Horizontal Position Configuration Register

L2WVPCR: RWRegister<u32>

LTDC Layer Window Vertical Position Configuration Register

L2CKCR: RWRegister<u32>

LTDC Layer Color Keying Configuration Register

L2PFCR: RWRegister<u32>

LTDC Layer Pixel Format Configuration Register

L2CACR: RWRegister<u32>

LTDC Layer Constant Alpha Configuration Register

L2DCCR: RWRegister<u32>

LTDC Layer Default Color Configuration Register

L2BFCR: RWRegister<u32>

LTDC Layer Blending Factors Configuration Register

L2CFBAR: UnsafeRWRegister<u32>

LTDC Layer Color Frame Buffer Address Register

L2CFBLR: RWRegister<u32>

LTDC Layer Color Frame Buffer Length Register

L2CFBLNR: RWRegister<u32>

LTDC Layer ColorFrame Buffer Line Number Register

L2CLUTWR: WORegister<u32>

LTDC 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.

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.