i80_controller sample
control_constructor()
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
control_constructor()
control_constructor() function
Syntax
Show:
Summary
Declaration
from
lv_tlsf.c:794
static
void
control_constructor
(
control_t
*
control
)
;
Arguments
Argument
control
Examples
References
from
examples
Code
Location
Referrer
static
void
control_constructor
(
control_t
*
control
)
lv_tlsf.c:794
control_constructor
(
tlsf_cast
(
control_t
*
,
mem
)
)
;
lv_tlsf.c:1074
lv_tlsf_create()
Call Tree
from
examples
control_constructor()
is called by 1 function:
lv_tlsf_create()
All items filtered out
control_constructor()
All items filtered out
Data Use
from
examples
control_constructor()
reads 5 variables and writes 3 variables:
control_t::block_null
control_t::sl_bitmap
control_t::blocks
tlsf_private::SL_INDEX_COUNT
tlsf_private::FL_INDEX_COUNT
All items filtered out
control_constructor()
block_header_t::next_free
block_header_t::prev_free
control_t::fl_bitmap
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