ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_local_ctrl_prop::ctx_free_fn
from the following samples and libraries:
esp_local_ctrl sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_local_ctrl_prop::ctx_free_fn
esp_local_ctrl_prop::ctx_free_fn field
Function used by esp_local_ctrl to internally free the property context when `esp_local_ctrl_remove_property()` or `esp_local_ctrl_stop()` is called.
Syntax
Show:
Summary
Declaration
from
esp_local_ctrl.h:68
void
(
*
ctx_free_fn
)
(
void
*
ctx
)
;
Examples
esp_local_ctrl_prop::ctx_free_fn
is referenced by 1 libraries and example projects:
esp_local_ctrl sample
References
from
0/1
examples
Code
Location
Referrer
void
(
*
ctx_free_fn
)
(
void
*
ctx
)
;
esp_local_ctrl.h:68
if
(
local_ctrl_inst_ctx
->
props
[
i
]
->
ctx_free_fn
)
{
esp_local_ctrl.c:220
esp_local_ctrl_stop()
local_ctrl_inst_ctx
->
props
[
i
]
->
ctx_free_fn
(
local_ctrl_inst_ctx
->
props
[
i
]
->
ctx
)
;
esp_local_ctrl.c:221
esp_local_ctrl_stop()
local_ctrl_inst_ctx
->
props
[
i
]
->
ctx_free_fn
=
prop
->
ctx_free_fn
;
esp_local_ctrl.c:285
esp_local_ctrl_add_property()
if
(
local_ctrl_inst_ctx
->
props
[
idx
]
->
ctx_free_fn
)
{
esp_local_ctrl.c:300
esp_local_ctrl_remove_property()
local_ctrl_inst_ctx
->
props
[
idx
]
->
ctx_free_fn
(
esp_local_ctrl.c:301
esp_local_ctrl_remove_property()
Call Tree
from
0/1
examples
esp_local_ctrl_prop::ctx_free_fn
is called by 2 functions:
esp_local_ctrl_stop()
esp_local_ctrl_remove_property()
All items filtered out
esp_local_ctrl_prop::ctx_free_fn
All items filtered out
Data Use
from
0/1
examples
esp_local_ctrl_prop::ctx_free_fn
is written by 1 function and is read by 3 functions:
esp_local_ctrl_add_property()
All items filtered out
esp_local_ctrl_prop::ctx_free_fn
esp_local_ctrl_stop()
esp_local_ctrl_add_property()
esp_local_ctrl_remove_property()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out