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

GUI_TIMER_TIME macro

Syntax

#define GUI_TIMER_TIME int

Examples

GUI_TIMER_TIME is referenced by 30 libraries and example projects.

References

LocationText
GUI_ConfDefaults.h:171
#define GUI_TIMER_TIME int /* default is to use 16 bits for 16 bit CPUs,
GUI.h:1187
typedef I32 (* GUI_ANIM_GETPOS_FUNC)(GUI_TIMER_TIME ts, GUI_TIMER_TIME te, GUI_TIMER_TIME tNow);
GUI.h:1193
GUI_TIMER_TIME Period;
GUI.h:1198
I32 GUI_ANIM__Linear (GUI_TIMER_TIME ts, GUI_TIMER_TIME te, GUI_TIMER_TIME tNow);
GUI.h:1199
I32 GUI_ANIM__Decel (GUI_TIMER_TIME ts, GUI_TIMER_TIME te, GUI_TIMER_TIME tNow);
GUI.h:1200
I32 GUI_ANIM__Accel (GUI_TIMER_TIME ts, GUI_TIMER_TIME te, GUI_TIMER_TIME tNow);
GUI.h:1201
I32 GUI_ANIM__AccelDecel(GUI_TIMER_TIME ts, GUI_TIMER_TIME te, GUI_TIMER_TIME tNow);
GUI.h:1203
GUI.h:1204
GUI_ANIM_HANDLE GUI_ANIM_Create (GUI_TIMER_TIME Period, unsigned MinTimePerFrame, void * pVoid, void (* pfSliceInfo)(int State, void * _pVoid));
GUI.h:1337
GUI_TIMER_TIME GUI_GetTime (void);
GUI.h:1364
GUI_TIMER_TIME Time;
GUI.h:1371
GUI.h:1375
GUI.h:1376
GUI.h:1377
GUI.h:1378
GUI.h:1545
GUI_TIMER_TIME GUI_X_GetTime(void);
GUI_Private.h:431
GUI_TIMER_TIME GUI_TIMER__GetPeriod (void);
GUI_Type.h:605
GUI_TIMER_TIME TimeStamp;
GUI_X.c:55
volatile GUI_TIMER_TIME OS_TimeMS;
GUI_X.c:68
GUI_TIMER_TIME GUI_X_GetTime(void) {
LISTWHEEL.h:145