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

_aAddr variable

Syntax

static const U32 _aAddr[] = { LCD_FRAME_BUFFER, LCD_FRAME_BUFFER + XSIZE_PHYS * YSIZE_PHYS * sizeof(U32) * NUM_VSCREENS * NUM_BUFFERS };

References

LocationReferrerText
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:1189_LCD_CopyBuffer()
AddrSrc = _aAddr[LayerIndex] + BufferSize * IndexSrc;
LCDConf.c:1190_LCD_CopyBuffer()
AddrDst = _aAddr[LayerIndex] + BufferSize * IndexDst;
LCDConf.c:1213_LCD_CopyRect()
AddrSrc = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y0 * _axSize[LayerIndex] + x0) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1214_LCD_CopyRect()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y1 * _axSize[LayerIndex] + x1) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1248_LCD_FillRect()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y0 * _axSize[LayerIndex] + x0) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1270_LCD_DrawBitmap32bpp()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y * _axSize[LayerIndex] + x) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1293_LCD_DrawBitmap16bpp()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y * _axSize[LayerIndex] + x) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1317_LCD_DrawBitmap8bpp()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y * _axSize[LayerIndex] + x) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1363_LCD_DrawBitmap4bpp()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y * _axSize[LayerIndex] + x) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1425_LCD_DrawBitmapAlpha()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y * _axSize[LayerIndex] + x) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1500HAL_LTDC_LineEventCallback()
Addr = _aAddr[i] + _axSize[i] * _aySize[i] * _aPendingBuffer[i] * _aBytesPerPixels[i];
LCDConf.c:1543LCD_X_DisplayDriver()
LCDConf.c:1724LCD_X_Config()
LCD_SetVRAMAddrEx(i, (void *)(_aAddr[i]));