STemWin_SampleDemo
GUIDEMO_AddIntToString()
is only used within STemWin_SampleDemo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STemWin_SampleDemo
GUIDEMO_AddIntToString()
GUIDEMO_AddIntToString() function
Internal functions
Syntax
Show:
Summary
Declaration
Definition
from
GUIDEMO.h:186
void
GUIDEMO_AddIntToString
(
char
*
acText
,
unsigned
int
Number
)
;
Implemented in
GUIDEMO.c:468
Arguments
Argument
acText
Number
Examples
References
from
examples
Code
Location
Referrer
void
GUIDEMO_AddIntToString
(
char
*
pText
,
unsigned
int
Number
)
{
GUIDEMO.c:468
void
GUIDEMO_AddIntToString
(
char
*
acText
,
unsigned
int
Number
)
;
GUIDEMO.h:186
GUIDEMO_AddIntToString
(
acText
,
_iDemo
+
1
)
;
GUIDEMO.c:722
GUIDEMO_UpdateControlText()
GUIDEMO_AddIntToString
(
acText
,
_iDemoMinor
)
;
GUIDEMO.c:724
GUIDEMO_UpdateControlText()
GUIDEMO_AddIntToString
(
acText
,
_GUIDemoConfig
.
NumDemos
-
1
)
;
GUIDEMO.c:726
GUIDEMO_UpdateControlText()
GUIDEMO_AddIntToString
(
acText
,
BitsPerPixel
)
;
GUIDEMO_ColorBar.c:120
GUIDEMO_ColorBar()
GUIDEMO_AddIntToString
(
acText
,
NumColors
)
;
GUIDEMO_ColorBar.c:125
GUIDEMO_ColorBar()
GUIDEMO_AddIntToString
(
cText
,
PixelsPerSecond
)
;
GUIDEMO_Speed.c:201
GUIDEMO_Speed()
Call Tree
from
examples
GUIDEMO_AddIntToString()
is called by 3 functions:
GUIDEMO_UpdateControlText()
GUIDEMO_ColorBar()
GUIDEMO_Speed()
All items filtered out
GUIDEMO_AddIntToString()
All items filtered out
Data Use
from
examples
GUIDEMO_AddIntToString()
:
All items filtered out
GUIDEMO_AddIntToString()
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