Struct stm32f7x6::dma2d::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub cr: CR, pub isr: ISR, pub ifcr: IFCR, pub fgmar: FGMAR, pub fgor: FGOR, pub bgmar: BGMAR, pub bgor: BGOR, pub fgpfccr: FGPFCCR, pub fgcolr: FGCOLR, pub bgpfccr: BGPFCCR, pub bgcolr: BGCOLR, pub fgcmar: FGCMAR, pub bgcmar: BGCMAR, pub opfccr: OPFCCR, pub ocolr: OCOLR, pub omar: OMAR, pub oor: OOR, pub nlr: NLR, pub lwr: LWR, pub amtcr: AMTCR, pub fgclut: FGCLUT, pub bgclut: BGCLUT, // some fields omitted }

Register block

Fields

0x00 - control register

0x04 - Interrupt Status Register

0x08 - interrupt flag clear register

0x0c - foreground memory address register

0x10 - foreground offset register

0x14 - background memory address register

0x18 - background offset register

0x1c - foreground PFC control register

0x20 - foreground color register

0x24 - background PFC control register

0x28 - background color register

0x2c - foreground CLUT memory address register

0x30 - background CLUT memory address register

0x34 - output PFC control register

0x38 - output color register

0x3c - output memory address register

0x40 - output offset register

0x44 - number of line register

0x48 - line watermark register

0x4c - AHB master timer configuration register

0x400 - FGCLUT

0x800 - BGCLUT

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock