Struct stm32f7x7::ltcd::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub sscr: SSCR, pub bpcr: BPCR, pub awcr: AWCR, pub twcr: TWCR, pub gcr: GCR, pub srcr: SRCR, pub bccr: BCCR, pub ier: IER, pub isr: ISR, pub icr: ICR, pub lipcr: LIPCR, pub cpsr: CPSR, pub cdsr: CDSR, pub l1cr: L1CR, pub l1whpcr: L1WHPCR, pub l1wvpcr: L1WVPCR, pub l1ckcr: L1CKCR, pub l1pfcr: L1PFCR, pub l1cacr: L1CACR, pub l1dccr: L1DCCR, pub l1bfcr: L1BFCR, pub l1cfbar: L1CFBAR, pub l1cfblr: L1CFBLR, pub l1cfblnr: L1CFBLNR, pub l1clutwr: L1CLUTWR, pub l2cr: L2CR, pub l2whpcr: L2WHPCR, pub l2wvpcr: L2WVPCR, pub l2ckcr: L2CKCR, pub l2pfcr: L2PFCR, pub l2cacr: L2CACR, pub l2dccr: L2DCCR, pub l2bfcr: L2BFCR, pub l2cfbar: L2CFBAR, pub l2cfblr: L2CFBLR, pub l2cfblnr: L2CFBLNR, pub l2clutwr: L2CLUTWR, // some fields omitted }

Register block

Fields

0x08 - Synchronization Size Configuration Register

0x0c - Back Porch Configuration Register

0x10 - Active Width Configuration Register

0x14 - Total Width Configuration Register

0x18 - Global Control Register

0x24 - Shadow Reload Configuration Register

0x2c - Background Color Configuration Register

0x34 - Interrupt Enable Register

0x38 - Interrupt Status Register

0x3c - Interrupt Clear Register

0x40 - Line Interrupt Position Configuration Register

0x44 - Current Position Status Register

0x48 - Current Display Status Register

0x84 - Layerx Control Register

0x88 - Layerx Window Horizontal Position Configuration Register

0x8c - Layerx Window Vertical Position Configuration Register

0x90 - Layerx Color Keying Configuration Register

0x94 - Layerx Pixel Format Configuration Register

0x98 - Layerx Constant Alpha Configuration Register

0x9c - Layerx Default Color Configuration Register

0xa0 - Layerx Blending Factors Configuration Register

0xac - Layerx Color Frame Buffer Address Register

0xb0 - Layerx Color Frame Buffer Length Register

0xb4 - Layerx ColorFrame Buffer Line Number Register

0xc4 - Layerx CLUT Write Register

0x104 - Layerx Control Register

0x108 - Layerx Window Horizontal Position Configuration Register

0x10c - Layerx Window Vertical Position Configuration Register

0x110 - Layerx Color Keying Configuration Register

0x114 - Layerx Pixel Format Configuration Register

0x118 - Layerx Constant Alpha Configuration Register

0x11c - Layerx Default Color Configuration Register

0x120 - Layerx Blending Factors Configuration Register

0x12c - Layerx Color Frame Buffer Address Register

0x130 - Layerx Color Frame Buffer Length Register

0x134 - Layerx ColorFrame Buffer Line Number Register

0x144 - Layerx CLUT Write Register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock