ImageIndex is only used within LCD_DSI_VideoMode_DoubleBuffering.
 
Symbols
loading...
Files
loading...

ImageIndex variable

Syntax

static uint32_t ImageIndex = 0;

References

LocationReferrerText
main.c:44
static uint32_t ImageIndex = 0;
main.c:131main()
CopyBuffer((uint32_t *)Images[ImageIndex++], (uint32_t *)Buffers[1- front_buffer], 240, 160, 320, 240);
main.c:134main()
if(ImageIndex >= 2)
main.c:136main()
ImageIndex = 0;

Data Use

Functions writing ImageIndex
Functions reading ImageIndex
all items filtered out
ImageIndex
all items filtered out
Type of ImageIndex
ImageIndex
uint32_t
all items filtered out