i80_controller sample
lv_draw_task_t::state
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
lv_draw_task_t::state
lv_draw_task_t::state field
Syntax
Show:
Summary
Declaration
from
lv_draw_private.h:61
volatile
int
state
;
Examples
References
from
examples
Code
Location
Referrer
volatile
int
state
;
/** int instead of lv_draw_task_state_t to be sure its atomic */
lv_draw_private.h:61
new_task
->
state
=
LV_DRAW_TASK_STATE_QUEUED
;
lv_draw.c:101
lv_draw_add_task()
if
(
t
->
state
==
LV_DRAW_TASK_STATE_READY
)
{
lv_draw.c:203
lv_draw_dispatch_layer()
if
(
t_src
->
type
==
LV_DRAW_TASK_TYPE_LAYER
&&
t_src
->
state
==
LV_DRAW_TASK_STATE_WAITING
)
{
lv_draw.c:259
lv_draw_dispatch_layer()
t_src
->
state
=
LV_DRAW_TASK_STATE_QUEUED
;
lv_draw.c:262
lv_draw_dispatch_layer()
if
(
t
->
state
==
LV_DRAW_TASK_STATE_QUEUED
&&
lv_draw.c:326
lv_draw_get_next_available_task()
t
->
state
=
LV_DRAW_TASK_STATE_READY
;
lv_draw.c:329
lv_draw_get_next_available_task()
else
if
(
t
->
state
!=
LV_DRAW_TASK_STATE_QUEUED
)
{
lv_draw.c:332
lv_draw_get_next_available_task()
if
(
t
->
state
!=
LV_DRAW_TASK_STATE_QUEUED
&&
lv_draw.c:353
lv_draw_get_next_available_task()
if
(
t
->
state
==
LV_DRAW_TASK_STATE_QUEUED
&&
lv_draw.c:364
lv_draw_get_next_available_task()
if
(
(
t
->
state
==
LV_DRAW_TASK_STATE_QUEUED
||
t
->
state
==
LV_DRAW_TASK_STATE_WAITING
)
&&
lv_draw.c:387
lv_draw_get_dependent_count()
if
(
t
->
state
!=
LV_DRAW_TASK_STATE_READY
)
{
lv_draw.c:493
is_independent()
t
->
state
=
LV_DRAW_TASK_STATE_WAITING
;
lv_draw_image.c:78
lv_draw_layer()
u
->
task_act
->
state
=
LV_DRAW_TASK_STATE_READY
;
lv_draw_sw.c:385
execute_drawing_unit()
t
->
state
=
LV_DRAW_TASK_STATE_IN_PROGRESS
;
lv_draw_sw.c:454
dispatch()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_draw_task_t::state
is written by 6 functions and is read by 4 functions:
lv_draw_add_task()
lv_draw_dispatch_layer()
lv_draw_get_next_available_task()
lv_draw_layer()
execute_drawing_unit()
dispatch()
All items filtered out
lv_draw_task_t::state
lv_draw_dispatch_layer()
lv_draw_get_next_available_task()
lv_draw_get_dependent_count()
is_independent()
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