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

NUM_BUFFERS macro

Syntax

#define NUM_BUFFERS 2

References

LocationText
LCDConf.c:60
#define NUM_BUFFERS 2
LCDConf.c:235
#if NUM_BUFFERS > 3
LCDConf.c:244
#ifndef NUM_BUFFERS
LCDConf.c:247
#if (NUM_BUFFERS <= 0)
LCDConf.c:258
#if (NUM_VSCREENS > 1) && (NUM_BUFFERS > 1)
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:1683
#if (NUM_BUFFERS > 1)
LCDConf.c:1686
GUI_MULTIBUF_ConfigEx(i, NUM_BUFFERS);