i80_controller sample
lv_indev_t::stop_processing_query
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
lv_indev_t::stop_processing_query
lv_indev_t::stop_processing_query field
Syntax
Show:
Summary
Declaration
from
lv_indev_private.h:41
uint8_t
stop_processing_query
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
stop_processing_query
:
1
;
lv_indev_private.h:41
indev
->
stop_processing_query
=
1
;
lv_indev.c:422
lv_indev_stop_processing()
indev
->
stop_processing_query
=
0
;
lv_indev.c:1480
indev_proc_reset_query_handler()
return
indev
->
stop_processing_query
;
lv_indev.c:1628
indev_stop_processing_check()
indev
->
stop_processing_query
=
0
;
lv_indev.c:1692
send_event()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_indev_t::stop_processing_query
is written by 3 functions and is read by 1 function:
lv_indev_stop_processing()
indev_proc_reset_query_handler()
send_event()
All items filtered out
lv_indev_t::stop_processing_query
indev_stop_processing_check()
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