STemWin_SampleDemo
_GUIDemoConfig
is only used within STemWin_SampleDemo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/6)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STemWin_SampleDemo
_GUIDemoConfig
_GUIDemoConfig variable
Static variables
Syntax
Show:
Summary
Declaration
from
GUIDEMO.c:80
static
GUIDEMO_CONFIG
_GUIDemoConfig
;
Examples
References
from
examples
Code
Location
Referrer
static
GUIDEMO_CONFIG
_GUIDemoConfig
;
GUIDEMO.c:80
for
(
_iDemo
=
0
;
_GUIDemoConfig
.
apFunc
[
_iDemo
]
;
_iDemo
++
)
{
GUIDEMO.c:430
_Main()
(
*
_GUIDemoConfig
.
apFunc
[
_iDemo
]
)
(
)
;
GUIDEMO.c:433
_Main()
return
(
_GUIDemoConfig
.
Flags
&
Flag
)
?
1
:
0
;
GUIDEMO.c:591
GUIDEMO_GetConfFlag()
GUIDEMO_AddIntToString
(
acText
,
_GUIDemoConfig
.
NumDemos
-
1
)
;
GUIDEMO.c:726
GUIDEMO_UpdateControlText()
GUIDEMO_Config
(
&
_GUIDemoConfig
)
;
GUIDEMO.c:769
GUIDEMO_Main()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_GUIDemoConfig
is read by 3 functions:
All items filtered out
_GUIDemoConfig
_Main()
GUIDEMO_GetConfFlag()
GUIDEMO_UpdateControlText()
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