STemWin
+
0
/30 examples
SourceVu will show references to
GUI_TIMER_TIME
from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
STemWin
STemWin_HelloWorld
STemWin_SampleDemo
STM32469I-Discovery
Applications
STemWin
STemWin_Acceleration
STemWin_Animation
STemWin_Fonts
STemWin_HelloWorld
STemWin_MemoryDevice
STemWin_SampleDemo
STM32469I_EVAL
Applications
STemWin
STemWin_Acceleration
STemWin_Animation
STemWin_Fonts
STemWin_HelloWorld
STemWin_MemoryDevice
STemWin_SampleDemo
STM324x9I_EVAL
Applications
STemWin
STemWin_Acceleration
STemWin_Animation
STemWin_Fonts
STemWin_HelloWorld
STemWin_MemoryDevice
STemWin_SampleDemo
STM324xG_EVAL
Applications
STemWin
STemWin_HelloWorld
STemWin_SampleDemo
STM32F412G-Discovery
Applications
STemWin
STemWin_HelloWorld
STM32F413H-Discovery
Applications
STemWin
STemWin_HelloWorld
STM32F429I-Discovery
Applications
STemWin
STemWin_Acceleration
STemWin_Animation
STemWin_Fonts
STemWin_HelloWorld
STemWin_MemoryDevice
STemWin_SampleDemo
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STemWin
GUI_TIMER_TIME
GUI_TIMER_TIME macro
Syntax
Show:
Summary
Declaration
from
GUI_ConfDefaults.h:171
#define
GUI_TIMER_TIME
int
Examples
GUI_TIMER_TIME
is referenced by 30 libraries and example projects:
Examples
STM32446E_EVAL
Applications
STemWin
STemWin_HelloWorld
STemWin_SampleDemo
STM32469I-Discovery
Applications
STemWin
STemWin_Acceleration
STemWin_Animation
STemWin_Fonts
STemWin_HelloWorld
STemWin_MemoryDevice
STemWin_SampleDemo
STM32469I_EVAL
Applications
STemWin
STemWin_Acceleration
STemWin_Animation
STemWin_Fonts
STemWin_HelloWorld
STemWin_MemoryDevice
STemWin_SampleDemo
STM324x9I_EVAL
Applications
STemWin
STemWin_Acceleration
STemWin_Animation
STemWin_Fonts
STemWin_HelloWorld
STemWin_MemoryDevice
STemWin_SampleDemo
STM324xG_EVAL
Applications
STemWin
STemWin_HelloWorld
STemWin_SampleDemo
STM32F412G-Discovery
Applications
STemWin
STemWin_HelloWorld
STM32F413H-Discovery
Applications
STemWin
STemWin_HelloWorld
STM32F429I-Discovery
Applications
STemWin
STemWin_Acceleration
STemWin_Animation
STemWin_Fonts
STemWin_HelloWorld
STemWin_MemoryDevice
STemWin_SampleDemo
References
from
0/30
examples
Code
Location
#define
GUI_TIMER_TIME
int
/* default is to use 16 bits for 16 bit CPUs,
GUI_ConfDefaults.h:171
typedef
I32
(
*
GUI_ANIM_GETPOS_FUNC
)
(
GUI_TIMER_TIME
ts
,
GUI_TIMER_TIME
te
,
GUI_TIMER_TIME
tNow
)
;
GUI.h:1187
GUI_TIMER_TIME
Period
;
GUI.h:1193
I32
GUI_ANIM__Linear
(
GUI_TIMER_TIME
ts
,
GUI_TIMER_TIME
te
,
GUI_TIMER_TIME
tNow
)
;
GUI.h:1198
I32
GUI_ANIM__Decel
(
GUI_TIMER_TIME
ts
,
GUI_TIMER_TIME
te
,
GUI_TIMER_TIME
tNow
)
;
GUI.h:1199
I32
GUI_ANIM__Accel
(
GUI_TIMER_TIME
ts
,
GUI_TIMER_TIME
te
,
GUI_TIMER_TIME
tNow
)
;
GUI.h:1200
I32
GUI_ANIM__AccelDecel
(
GUI_TIMER_TIME
ts
,
GUI_TIMER_TIME
te
,
GUI_TIMER_TIME
tNow
)
;
GUI.h:1201
int
GUI_ANIM_AddItem
(
GUI_ANIM_HANDLE
hAnim
,
GUI_TIMER_TIME
ts
,
GUI_TIMER_TIME
te
,
GUI_ANIM_GETPOS_FUNC
pfGetPos
,
void
*
pVoid
,
GUI_ANIMATION_FUNC
*
pfAnim
)
;
GUI.h:1203
GUI_ANIM_HANDLE
GUI_ANIM_Create
(
GUI_TIMER_TIME
Period
,
unsigned
MinTimePerFrame
,
void
*
pVoid
,
void
(
*
pfSliceInfo
)
(
int
State
,
void
*
_pVoid
)
)
;
GUI.h:1204
GUI_TIMER_TIME
GUI_GetTime
(
void
)
;
GUI.h:1337
GUI_TIMER_TIME
Time
;
GUI.h:1364
GUI_TIMER_HANDLE
GUI_TIMER_Create
(
GUI_TIMER_CALLBACK
*
cb
,
GUI_TIMER_TIME
Time
,
U32
Context
,
U16
Flags
)
;
GUI.h:1371
GUI_TIMER_TIME
GUI_TIMER_GetPeriod
(
GUI_TIMER_HANDLE
hObj
)
;
GUI.h:1375
void
GUI_TIMER_SetPeriod
(
GUI_TIMER_HANDLE
hObj
,
GUI_TIMER_TIME
Period
)
;
GUI.h:1376
void
GUI_TIMER_SetTime
(
GUI_TIMER_HANDLE
hObj
,
GUI_TIMER_TIME
Period
)
;
GUI.h:1377
void
GUI_TIMER_SetDelay
(
GUI_TIMER_HANDLE
hObj
,
GUI_TIMER_TIME
Delay
)
;
GUI.h:1378
GUI_TIMER_TIME
GUI_X_GetTime
(
void
)
;
GUI.h:1545
GUI_TIMER_TIME
GUI_TIMER__GetPeriod
(
void
)
;
GUI_Private.h:431
GUI_TIMER_TIME
TimeStamp
;
GUI_Type.h:605
volatile
GUI_TIMER_TIME
OS_TimeMS
;
GUI_X.c:55
GUI_TIMER_TIME
GUI_X_GetTime
(
void
)
{
GUI_X.c:68
void
LISTWHEEL_SetTimerPeriod
(
LISTWHEEL_Handle
hObj
,
GUI_TIMER_TIME
TimerPeriod
)
;
LISTWHEEL.h:145
Call Tree
from
0/30
examples
All items filtered out
All items filtered out
Data Use
from
0/30
examples
All items filtered out
All items filtered out
Class Tree
from
0/30
examples
All items filtered out
All items filtered out
Override Tree
from
0/30
examples
All items filtered out
All items filtered out
Implementations
from
0/30
examples
All items filtered out
All items filtered out
Instances
from
0/30
examples
Lifecycle
from
0/30
examples
All items filtered out
All items filtered out