i80_controller sample
img_decoder_ll_p
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
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
img_decoder_ll_p
img_decoder_ll_p macro
DEFINES
Syntax
Show:
Summary
Declaration
from
lv_image_decoder.c:19
#define
img_decoder_ll_p
&
(
LV_GLOBAL_DEFAULT
(
)
->
img_decoder_ll
)
Examples
References
from
examples
Code
Location
#define
img_decoder_ll_p
&
(
LV_GLOBAL_DEFAULT
(
)
->
img_decoder_ll
)
lv_image_decoder.c:19
lv_ll_init
(
img_decoder_ll_p
,
sizeof
(
lv_image_decoder_t
)
)
;
lv_image_decoder.c:61
lv_ll_clear
(
img_decoder_ll_p
)
;
lv_image_decoder.c:76
decoder
=
lv_ll_ins_head
(
img_decoder_ll_p
)
;
lv_image_decoder.c:174
lv_ll_remove
(
img_decoder_ll_p
,
decoder
)
;
lv_image_decoder.c:185
return
lv_ll_get_head
(
img_decoder_ll_p
)
;
lv_image_decoder.c:192
return
lv_ll_get_next
(
img_decoder_ll_p
,
decoder
)
;
lv_image_decoder.c:194
LV_LL_READ
(
img_decoder_ll_p
,
decoder
)
{
lv_image_decoder.c:339
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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