i80_controller sample
lv_global_t::span_snippet_stack
is only used within i80_controller sample.
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
ESP-IDF Framework and Examples
i80_controller sample
lv_global_t::span_snippet_stack
lv_global_t::span_snippet_stack field
Syntax
Show:
Summary
Declaration
from
lv_global.h:193
struct
_snippet_stack
*
span_snippet_stack
;
Examples
References
from
examples
Code
Location
Referrer
struct
_snippet_stack
*
span_snippet_stack
;
lv_global.h:193
struct
_snippet_stack
*
stack
=
snippet_stack
=
lv_malloc
(
sizeof
(
struct
_snippet_stack
)
)
;
lv_span.c:96
lv_span_stack_init()
lv_free
(
snippet_stack
)
;
lv_span.c:105
lv_span_stack_deinit()
struct
_snippet_stack
*
stack_p
=
snippet_stack
;
lv_span.c:670
lv_snippet_push()
return
snippet_stack
->
index
;
lv_span.c:682
lv_get_snippet_count()
return
&
snippet_stack
->
stack
[
index
]
;
lv_span.c:687
lv_get_snippet()
snippet_stack
->
index
=
0
;
lv_span.c:692
lv_snippet_clear()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_global_t::span_snippet_stack
is written by 1 function and is read by 5 functions:
lv_span_stack_init()
All items filtered out
lv_global_t::span_snippet_stack
lv_span_stack_deinit()
lv_snippet_push()
lv_get_snippet_count()
lv_get_snippet()
lv_snippet_clear()
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