i2c_oled sample
_lv_event_t::target
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
_lv_event_t::target
_lv_event_t::target field
Syntax
Show:
Summary
Declaration
from
lv_event.h:95
struct
_lv_obj_t
*
target
;
Examples
References
from
examples
Code
Location
Referrer
struct
_lv_obj_t
*
target
;
lv_event.h:95
e
.
target
=
obj
;
lv_event.c:59
lv_event_send()
return
e
->
target
;
lv_event.c:110
lv_event_get_target()
if
(
e
->
current_target
==
obj
||
e
->
target
==
obj
)
e
->
deleted
=
1
;
lv_event.c:156
_lv_event_mark_deleted()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_lv_event_t::target
is written by 1 function and is read by 2 functions:
lv_event_send()
All items filtered out
_lv_event_t::target
lv_event_get_target()
_lv_event_mark_deleted()
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