XSIZE_PHYS is only used within STemWin_Acceleration.
 
Symbols
loading...
Files
loading...

XSIZE_PHYS macro

Syntax

#define XSIZE_PHYS 240

References

LocationText
LCDConf.c:56
#define XSIZE_PHYS 240
LCDConf.c:229
#define XSIZE_0 XSIZE_PHYS
LCDConf.c:238
#ifndef XSIZE_PHYS
LCDConf.c:308
static const U32 _aAddr[] = { LCD_FRAME_BUFFER, LCD_FRAME_BUFFER + XSIZE_PHYS * YSIZE_PHYS * sizeof(U32) * NUM_VSCREENS * NUM_BUFFERS };
LCDConf.c:315
static U32 _aBuffer[XSIZE_PHYS * sizeof(U32) * 3];
LCDConf.c:316
static U32 * _pBuffer_DMA2D = &_aBuffer[XSIZE_PHYS * sizeof(U32) * 0];
LCDConf.c:567
layer_cfg.WindowX1 = XSIZE_PHYS;
LCDConf.c:579
layer_cfg.ImageWidth = XSIZE_PHYS;