i80_controller sample
_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
_snippet_stack
_snippet_stack struct
TYPEDEFS
Syntax
Show:
Summary
Declaration
Definition
from
lv_global.h:64
struct
_snippet_stack
;
Implemented in
lv_span.c:39
Fields
Field
Declared as
_snippet_stack::stack
lv_snippet_t
[
LV_SPAN_SNIPPET_STACK_SIZE
]
_snippet_stack::index
uint32_t
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
_snippet_stack
{
lv_span.c:39
struct
_snippet_stack
;
lv_global.h:64
struct
_snippet_stack
*
span_snippet_stack
;
lv_global.h:193
lv_global_t
lv_global_t::span_snippet_stack
struct
_snippet_stack
*
stack
=
snippet_stack
=
lv_malloc
(
sizeof
(
struct
_snippet_stack
)
)
;
lv_span.c:96
lv_span_stack_init()
struct
_snippet_stack
*
stack_p
=
snippet_stack
;
lv_span.c:670
lv_snippet_push()
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
Instance
Scope
Location
Project
lv_global_t::span_snippet_stack
lv_global_t
lv_global.h:193
Lifecycle
from
examples
All items filtered out
All items filtered out