i80_controller sample
lv_chart_cursor_t::pos_set
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (1/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_chart_cursor_t::pos_set
lv_chart_cursor_t::pos_set field
1: pos is set; 0: point_id is set
Syntax
Show:
Summary
Declaration
from
lv_chart_private.h:51
uint32_t
pos_set
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
pos_set
:
1
;
/**< 1: pos is set; 0: point_id is set*/
lv_chart_private.h:51
cursor
->
pos_set
=
0
;
lv_chart.c:422
lv_chart_add_cursor()
cursor
->
pos_set
=
1
;
lv_chart.c:435
lv_chart_set_cursor_pos()
cursor
->
pos_set
=
0
;
lv_chart.c:445
lv_chart_set_cursor_point()
if
(
cursor
->
pos_set
)
{
lv_chart.c:1171
draw_cursors()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_chart_cursor_t::pos_set
is written by 3 functions and is read by 1 function:
lv_chart_add_cursor()
lv_chart_set_cursor_pos()
lv_chart_set_cursor_point()
All items filtered out
lv_chart_cursor_t::pos_set
draw_cursors()
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