i80_controller sample
anim_ll_p
is only used within i80_controller 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
i80_controller sample
anim_ll_p
anim_ll_p macro
Syntax
Show:
Summary
Declaration
from
lv_anim.c:25
#define
anim_ll_p
&
(
state
.
anim_ll
)
Examples
References
from
examples
Code
Location
#define
anim_ll_p
&
(
state
.
anim_ll
)
lv_anim.c:25
lv_ll_init
(
anim_ll_p
,
sizeof
(
lv_anim_t
)
)
;
lv_anim.c:63
lv_anim_t
*
new_anim
=
lv_ll_ins_head
(
anim_ll_p
)
;
lv_anim.c:91
a
=
lv_ll_get_head
(
anim_ll_p
)
;
lv_anim.c:149
a
=
del
?
lv_ll_get_head
(
anim_ll_p
)
:
lv_ll_get_next
(
anim_ll_p
,
a
)
;
lv_anim.c:162
lv_ll_clear_custom
(
anim_ll_p
,
remove_anim
)
;
lv_anim.c:170
LV_LL_READ
(
anim_ll_p
,
a
)
{
lv_anim.c:177
LV_LL_READ
(
anim_ll_p
,
a
)
cnt
++
;
lv_anim.c:195
lv_anim_t
*
a
=
lv_ll_get_head
(
anim_ll_p
)
;
lv_anim.c:500
a
=
lv_ll_get_head
(
anim_ll_p
)
;
lv_anim.c:558
a
=
lv_ll_get_next
(
anim_ll_p
,
a
)
;
lv_anim.c:560
lv_ll_remove
(
anim_ll_p
,
a
)
;
lv_anim.c:584
if
(
lv_ll_get_head
(
anim_ll_p
)
==
NULL
)
lv_anim.c:618
a
=
lv_ll_get_head
(
anim_ll_p
)
;
lv_anim.c:672
lv_ll_remove
(
anim_ll_p
,
a
)
;
lv_anim.c:683
a
=
del
?
lv_ll_get_head
(
anim_ll_p
)
:
lv_ll_get_next
(
anim_ll_p
,
a
)
;
lv_anim.c:695
lv_ll_remove
(
anim_ll_p
,
a
)
;
lv_anim.c:704
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