i80_controller sample
dump_tree_core()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
dump_tree_core()
dump_tree_core() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_obj_tree.c:37
static
void
dump_tree_core
(
lv_obj_t
*
obj
,
int32_t
depth
)
;
Implemented in
lv_obj_tree.c:623
Arguments
Argument
obj
depth
Examples
References
from
examples
Code
Location
Referrer
static
void
dump_tree_core
(
lv_obj_t
*
obj
,
int32_t
depth
)
lv_obj_tree.c:623
static
void
dump_tree_core
(
lv_obj_t
*
obj
,
int32_t
depth
)
;
lv_obj_tree.c:37
dump_tree_core
(
disp
->
screens
[
i
]
,
0
)
;
lv_obj_tree.c:469
lv_obj_dump_tree()
dump_tree_core
(
start_obj
,
0
)
;
lv_obj_tree.c:475
lv_obj_dump_tree()
dump_tree_core
(
lv_obj_get_child
(
obj
,
i
)
,
depth
+
1
)
;
lv_obj_tree.c:642
dump_tree_core()
Call Tree
from
examples
dump_tree_core()
is called by 2 functions and calls 2 functions:
lv_obj_dump_tree()
dump_tree_core()
All items filtered out
dump_tree_core()
lv_obj_get_child()
dump_tree_core()
All items filtered out
Data Use
from
examples
dump_tree_core()
reads 2 variables:
lv_obj_spec_attr_t::child_cnt
lv_obj_t::spec_attr
All items filtered out
dump_tree_core()
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