i2c_oled sample
_lv_disp_draw_buf_t::flushing_last
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_disp_draw_buf_t::flushing_last
_lv_disp_draw_buf_t::flushing_last field
Syntax
Show:
Summary
Declaration
from
lv_hal_disp.h:60
volatile
int
flushing_last
;
Examples
References
from
examples
Code
Location
Referrer
volatile
int
flushing_last
;
lv_hal_disp.h:60
disp_drv
->
draw_buf
->
flushing_last
=
0
;
lv_hal_disp.c:512
lv_disp_flush_ready()
return
disp_drv
->
draw_buf
->
flushing_last
;
lv_hal_disp.c:523
lv_disp_flush_is_last()
draw_buf
->
flushing_last
=
1
;
lv_refr.c:1161
draw_buf_rotate()
draw_buf
->
flushing_last
=
0
;
lv_refr.c:1164
draw_buf_rotate()
if
(
disp_refr
->
driver
->
draw_buf
->
last_area
&&
disp_refr
->
driver
->
draw_buf
->
last_part
)
draw_buf
->
flushing_last
=
1
;
lv_refr.c:1214
draw_buf_flush()
else
draw_buf
->
flushing_last
=
0
;
lv_refr.c:1215
draw_buf_flush()
bool
flushing_last
=
draw_buf
->
flushing_last
;
lv_refr.c:1217
draw_buf_flush()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_lv_disp_draw_buf_t::flushing_last
is written by 3 functions and is read by 2 functions:
draw_buf_rotate()
draw_buf_flush()
lv_disp_flush_ready()
All items filtered out
_lv_disp_draw_buf_t::flushing_last
draw_buf_flush()
lv_disp_flush_is_last()
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