i80_controller sample
lv_array_capacity()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
lv_array_capacity()
lv_array_capacity() function
Return the capacity of the array, i.e. how many elements can be stored.
Syntax
Show:
Summary
Declaration
Definition
from
lv_array.h:80
uint32_t
lv_array_capacity
(
const
lv_array_t
*
array
)
;
Implemented in
lv_array.c:190
Arguments
Argument
Description
array
pointer to an `lv_array_t` variable
Return value
the capacity of the array
Examples
References
from
examples
Code
Location
uint32_t
lv_array_capacity
(
const
lv_array_t
*
array
)
lv_array.c:190
uint32_t
lv_array_capacity
(
const
lv_array_t
*
array
)
;
lv_array.h:80
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_array_capacity()
reads 1 variable:
lv_array_t::capacity
All items filtered out
lv_array_capacity()
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