_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:229_RotateAndZoomImage()
Index = (Index + 1) % _NumImages;
memory_device_app.c:327_ShiftRotateAndZoomImage()
Index0 = (Index + 0) % _NumImages;
memory_device_app.c:328_ShiftRotateAndZoomImage()
Index1 = (Index + 1) % _NumImages;
memory_device_app.c:329_ShiftRotateAndZoomImage()
Index2 = (Index + 2) % _NumImages;
memory_device_app.c:330_ShiftRotateAndZoomImage()
Index3 = (Index + 3) % _NumImages;
memory_device_app.c:428_ShiftRotateAndZoomImage()
Index = _NumImages - 1;
memory_device_app.c:464MainTask()
for (i = 0; i < _NumImages; i++)

Data Use

Functions reading _NumImages
_NumImages