i80_controller sample
new_points_alloc()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
new_points_alloc()
new_points_alloc() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_chart.c:46
static
void
new_points_alloc
(
lv_obj_t
*
obj
,
lv_chart_series_t
*
ser
,
uint32_t
cnt
,
int32_t
*
*
a
)
;
Implemented in
lv_chart.c:1314
Arguments
Argument
obj
ser
cnt
a
Examples
References
from
examples
Code
Location
Referrer
static
void
new_points_alloc
(
lv_obj_t
*
obj
,
lv_chart_series_t
*
ser
,
uint32_t
cnt
,
int32_t
*
*
a
)
lv_chart.c:1314
static
void
new_points_alloc
(
lv_obj_t
*
obj
,
lv_chart_series_t
*
ser
,
uint32_t
cnt
,
int32_t
*
*
a
)
;
lv_chart.c:46
if
(
!
ser
->
x_ext_buf_assigned
)
new_points_alloc
(
obj
,
ser
,
cnt
,
&
ser
->
x_points
)
;
lv_chart.c:121
lv_chart_set_point_count()
if
(
!
ser
->
y_ext_buf_assigned
)
new_points_alloc
(
obj
,
ser
,
cnt
,
&
ser
->
y_points
)
;
lv_chart.c:123
lv_chart_set_point_count()
Call Tree
from
examples
new_points_alloc()
is called by 1 function and calls 3 functions:
lv_chart_set_point_count()
All items filtered out
new_points_alloc()
lv_malloc()
lv_free()
lv_realloc()
All items filtered out
Data Use
from
examples
new_points_alloc()
reads 2 variables:
lv_chart_t::point_cnt
lv_chart_series_t::start_point
All items filtered out
new_points_alloc()
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