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

FINAL_LAYER_BYTE_PER_PIXEL macro

Syntax

#define FINAL_LAYER_BYTE_PER_PIXEL 2

References

LocationText
main.h:31
#define FINAL_LAYER_BYTE_PER_PIXEL 2 /* Corresponds to format ARGB4444 */
main.c:44
uint32_t aBufferResult[(LAYER_SIZE_X * LAYER_SIZE_Y * FINAL_LAYER_BYTE_PER_PIXEL) / 4];