STemWin_SampleDemo
GUIDEMO_Wait()
is only used within STemWin_SampleDemo.
Symbol previews are coming soon...
Symbols
loading (1/6)...
Files
loading (2/6)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STemWin_SampleDemo
GUIDEMO_Wait()
GUIDEMO_Wait() function
GUIDEMO_Wait This function has to be called if the current step is a static frame and another step will follow
Syntax
Show:
Summary
Declaration
Definition
from
GUIDEMO.h:220
void
GUIDEMO_Wait
(
int
TimeWait
)
;
Implemented in
GUIDEMO.c:737
Arguments
Argument
TimeWait
Examples
References
from
examples
Code
Location
Referrer
void
GUIDEMO_Wait
(
int
TimeWait
)
{
GUIDEMO.c:737
void
GUIDEMO_Wait
(
int
TimeWait
)
;
GUIDEMO.h:220
GUIDEMO_Wait
(
TimeWait
)
;
GUIDEMO.c:709
GUIDEMO_ShowIntro()
GUIDEMO_Wait
(
3000
)
;
GUIDEMO_Bitmap.c:1222
_BitmapDemo()
GUIDEMO_Wait
(
3000
)
;
GUIDEMO_Bitmap.c:1229
_BitmapDemo()
GUIDEMO_Wait
(
2000
)
;
GUIDEMO_Bitmap.c:1238
_BitmapDemo()
GUIDEMO_Wait
(
4000
)
;
GUIDEMO_Bitmap.c:1264
GUIDEMO_Bitmap()
GUIDEMO_Wait
(
4000
)
;
GUIDEMO_Cursor.c:222
GUIDEMO_Cursor()
Call Tree
from
examples
GUIDEMO_Wait()
is called by 4 functions and calls 2 functions:
GUIDEMO_ShowIntro()
_BitmapDemo()
GUIDEMO_Bitmap()
GUIDEMO_Cursor()
All items filtered out
GUIDEMO_Wait()
GUIDEMO_Delay()
GUIDEMO_NotifyStartNext()
All items filtered out
Data Use
from
examples
GUIDEMO_Wait()
:
All items filtered out
GUIDEMO_Wait()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out