i80_controller sample
snippet_stack
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/4)...
i80_controller sample
FreeRTOS
ESP-IDF
cJSON
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
snippet_stack
snippet_stack macro
Syntax
Show:
Summary
Declaration
from
lv_span.c:24
#define
snippet_stack
LV_GLOBAL_DEFAULT
(
)
->
span_snippet_stack
Examples
References
from
examples
Code
Location
#define
snippet_stack
LV_GLOBAL_DEFAULT
(
)
->
span_snippet_stack
lv_span.c:24
struct
_snippet_stack
*
stack
=
snippet_stack
=
lv_malloc
(
sizeof
(
struct
_snippet_stack
)
)
;
lv_span.c:96
lv_free
(
snippet_stack
)
;
lv_span.c:105
struct
_snippet_stack
*
stack_p
=
snippet_stack
;
lv_span.c:670
return
snippet_stack
->
index
;
lv_span.c:682
return
&
snippet_stack
->
stack
[
index
]
;
lv_span.c:687
snippet_stack
->
index
=
0
;
lv_span.c:692
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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