i80_controller sample
_snippet_stack::stack
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (3/4)...
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::stack
_snippet_stack::stack field
Syntax
Show:
Summary
Declaration
from
lv_span.c:40
lv_snippet_t
stack
[
LV_SPAN_SNIPPET_STACK_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
lv_snippet_t
stack
[
LV_SPAN_SNIPPET_STACK_SIZE
]
;
lv_span.c:40
lv_memcpy
(
&
stack_p
->
stack
[
stack_p
->
index
]
,
item
,
sizeof
(
lv_snippet_t
)
)
;
lv_span.c:672
lv_snippet_push()
return
&
snippet_stack
->
stack
[
index
]
;
lv_span.c:687
lv_get_snippet()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_snippet_stack::stack
is read by 2 functions:
All items filtered out
_snippet_stack::stack
lv_snippet_push()
lv_get_snippet()
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