DMA2D_Config() is only used within DMA2D_MemToMemWithLCD.
 
Symbols
loading...
Files
loading...

DMA2D_Config() function

DMA2D configuration.

Syntax

static void DMA2D_Config(void);
Implemented in main.c:211

Return value

None

Notes

This function Configure the DMA2D peripheral : 1) Configure the transfer mode : memory to memory 2) Configure the output color mode as ARGB4444 3) Configure the transfer from FLASH to SRAM 4) Configure the data size : 150x150 (pixels)

References

LocationReferrerText
main.c:211
static void DMA2D_Config(void)
main.c:54
static void DMA2D_Config(void);
main.c:123main()
DMA2D_Config();

Call Tree