i2c_oled sample
_snippet_stack::index
is only used within i2c_oled 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
i2c_oled sample
_snippet_stack::index
_snippet_stack::index field
Syntax
Show:
Summary
Declaration
from
lv_span.c:35
uint16_t
index
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
index
;
lv_span.c:35
if
(
snippet_stack
.
index
<
LV_SPAN_SNIPPET_STACK_SIZE
)
{
lv_span.c:622
lv_snippet_push()
memcpy
(
&
snippet_stack
.
stack
[
snippet_stack
.
index
]
,
item
,
sizeof
(
lv_snippet_t
)
)
;
lv_span.c:623
lv_snippet_push()
snippet_stack
.
index
++
;
lv_span.c:624
lv_snippet_push()
return
snippet_stack
.
index
;
lv_span.c:633
lv_get_snippet_cnt()
snippet_stack
.
index
=
0
;
lv_span.c:643
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_cnt()
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