i80_controller sample
_snippet_stack::index
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/4)...
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::index
_snippet_stack::index field
Syntax
Show:
Summary
Declaration
from
lv_span.c:41
uint32_t
index
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
index
;
lv_span.c:41
if
(
stack_p
->
index
<
LV_SPAN_SNIPPET_STACK_SIZE
)
{
lv_span.c:671
lv_snippet_push()
lv_memcpy
(
&
stack_p
->
stack
[
stack_p
->
index
]
,
item
,
sizeof
(
lv_snippet_t
)
)
;
lv_span.c:672
lv_snippet_push()
stack_p
->
index
++
;
lv_span.c:673
lv_snippet_push()
return
snippet_stack
->
index
;
lv_span.c:682
lv_get_snippet_count()
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
_snippet_stack::index
is written by 2 functions and is read by 2 functions:
lv_snippet_push()
lv_snippet_clear()
All items filtered out
_snippet_stack::index
lv_snippet_push()
lv_get_snippet_count()
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