STemWin + 0/30 examples
CodeScope will show references to OS_TimeMS from the following samples and libraries:
 
Symbols
loading...
Files
loading...

OS_TimeMS variable

Global data

Syntax

volatile GUI_TIMER_TIME OS_TimeMS;

Examples

OS_TimeMS is referenced by 30 libraries and example projects.

References

LocationReferrerText
GUI_X.c:55
volatile GUI_TIMER_TIME OS_TimeMS;
GUI_X.c:69GUI_X_GetTime()
return OS_TimeMS;
GUI_X.c:73GUI_X_Delay()
int tEnd = OS_TimeMS + ms;
GUI_X.c:74GUI_X_Delay()
while ((tEnd - OS_TimeMS) > 0);

Data Use

Functions reading OS_TimeMS
OS_TimeMS
all items filtered out