aBufferResult is only used within DMA2D_MemToMemWithPFC.
 
Symbols
loading...
Files
loading...

aBufferResult variable

Syntax

uint32_t aBufferResult[(LAYER_SIZE_X * LAYER_SIZE_Y * FINAL_LAYER_BYTE_PER_PIXEL) / 4];

References

LocationReferrerText
main.c:44
uint32_t aBufferResult[(LAYER_SIZE_X * LAYER_SIZE_Y * FINAL_LAYER_BYTE_PER_PIXEL) / 4];
main.c:95main()
LCD_LayerDefaultInit(1, (uint32_t)&aBufferResult); //Foreground layer shows converted image, on bottom of the screen
main.c:108main()
(uint32_t)&aBufferResult, /* Output image of same size 300x120 after conversion by PFC in ARGB4444 (16 bpp) */

Type Use

Type of aBufferResult
aBufferResult
uint32_t
all items filtered out