_NumImages is only used within STemWin_MemoryDevice.
 
Symbols
loading...
Files
loading...

_NumImages variable

Syntax

static int _NumImages = sizeof(_aImage) / sizeof(_aImage[0]);

References

LocationReferrerText
memory_device_app.c:55
static int _NumImages = sizeof(_aImage) / sizeof(_aImage[0]);
memory_device_app.c:238_RotateAndZoomImage()
Index = (Index + 1) % _NumImages;
memory_device_app.c:336_ShiftRotateAndZoomImage()
Index0 = (Index + 0) % _NumImages;
memory_device_app.c:337_ShiftRotateAndZoomImage()
Index1 = (Index + 1) % _NumImages;
memory_device_app.c:338_ShiftRotateAndZoomImage()
Index2 = (Index + 2) % _NumImages;
memory_device_app.c:339_ShiftRotateAndZoomImage()
Index3 = (Index + 3) % _NumImages;
memory_device_app.c:441_ShiftRotateAndZoomImage()
Index = _NumImages - 1;
memory_device_app.c:477MainTask()
for (i = 0; i < _NumImages; i++)

Data Use

Functions reading _NumImages
_NumImages