CMSIS + 0/82 examples
CodeScope will show references to DMA2D_TypeDef from the following samples and libraries:
Drivers
Boards
Examples
STM32469I-Discovery
Demonstrations
Examples
DMA2D
LCD_DSI
Applications
Display
STemWin
STM32469I_EVAL
Demonstrations
Examples
DCMI
DMA2D
LCD_DSI
Applications
Camera
Display
STemWin
STM32F429I-Discovery
Demonstrations
Applications
Display
LibJPEG
STemWin
Examples
DMA2D
STM324x9I_EVAL
Applications
Camera
Display
STemWin
Demonstrations
STemWin
Examples
DCMI
DMA2D
STM32F429ZI-Nucleo
Examples_LL
DMA2D
Examples_MIX
DMA2D
 
Symbols
loading...
Files
loading...

DMA2D_TypeDef struct

DMA2D Controller

Syntax

typedef struct {   __IO uint32_t CR;               __IO uint32_t ISR;              __IO uint32_t IFCR;             __IO uint32_t FGMAR;            __IO uint32_t FGOR;             __IO uint32_t BGMAR;            __IO uint32_t BGOR;             __IO uint32_t FGPFCCR;          __IO uint32_t FGCOLR;           __IO uint32_t BGPFCCR;          __IO uint32_t BGCOLR;           __IO uint32_t FGCMAR;           __IO uint32_t BGCMAR;           __IO uint32_t OPFCCR;           __IO uint32_t OCOLR;            __IO uint32_t OMAR;             __IO uint32_t OOR;              __IO uint32_t NLR;              __IO uint32_t LWR;              __IO uint32_t AMTCR;            uint32_t      RESERVED[236];    __IO uint32_t FGCLUT[256];      __IO uint32_t BGCLUT[256];    } DMA2D_TypeDef;

Fields

NLR

DMA2D Number of Line Register, Address offset: 0x44. Read more...

LWR

DMA2D Line Watermark Register, Address offset: 0x48. Read more...

AMTCR

DMA2D AHB Master Timer Configuration Register, Address offset: 0x4C. Read more...

RESERVED

Reserved, 0x50-0x3FF. Read more...

FGCLUT

DMA2D Foreground CLUT, Address offset:400-7FF. Read more...

BGCLUT

DMA2D Background CLUT, Address offset:800-BFF. Read more...

CR

DMA2D Control Register, Address offset: 0x00. Read more...

ISR

DMA2D Interrupt Status Register, Address offset: 0x04. Read more...

IFCR

DMA2D Interrupt Flag Clear Register, Address offset: 0x08. Read more...

FGMAR

DMA2D Foreground Memory Address Register, Address offset: 0x0C. Read more...

FGOR

DMA2D Foreground Offset Register, Address offset: 0x10. Read more...

BGMAR

DMA2D Background Memory Address Register, Address offset: 0x14. Read more...

BGOR

DMA2D Background Offset Register, Address offset: 0x18. Read more...

FGPFCCR

DMA2D Foreground PFC Control Register, Address offset: 0x1C. Read more...

FGCOLR

DMA2D Foreground Color Register, Address offset: 0x20. Read more...

BGPFCCR

DMA2D Background PFC Control Register, Address offset: 0x24. Read more...

BGCOLR

DMA2D Background Color Register, Address offset: 0x28. Read more...

FGCMAR

DMA2D Foreground CLUT Memory Address Register, Address offset: 0x2C. Read more...

BGCMAR

DMA2D Background CLUT Memory Address Register, Address offset: 0x30. Read more...

OPFCCR

DMA2D Output PFC Control Register, Address offset: 0x34. Read more...

OCOLR

DMA2D Output Color Register, Address offset: 0x38. Read more...

OMAR

DMA2D Output Memory Address Register, Address offset: 0x3C. Read more...

OOR

DMA2D Output Offset Register, Address offset: 0x40. Read more...

Examples

DMA2D_TypeDef is referenced by 82 libraries and example projects.