i80_controller sample
lv_display_t::rendering_in_progress
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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
lv_display_t::rendering_in_progress
lv_display_t::rendering_in_progress field
1: The current screen rendering is in progress
Syntax
Show:
Summary
Declaration
from
lv_display_private.h:96
uint32_t
rendering_in_progress
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
rendering_in_progress
:
1
;
lv_display_private.h:96
LV_ASSERT_MSG
(
!
disp
->
rendering_in_progress
,
"Invalidate area is not allowed during rendering."
)
;
lv_refr.c:274
lv_inv_area()
disp_refr
->
rendering_in_progress
=
true
;
lv_refr.c:578
refr_invalid_areas()
disp_refr
->
rendering_in_progress
=
false
;
lv_refr.c:590
refr_invalid_areas()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_display_t::rendering_in_progress
is written by 1 function and is read by 1 function:
refr_invalid_areas()
All items filtered out
lv_display_t::rendering_in_progress
lv_inv_area()
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