ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_local_ctrl_handlers::usr_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_handlers::usr_ctx_free_fn
esp_local_ctrl_handlers::usr_ctx_free_fn field
Pointer to function which will be internally invoked on `usr_ctx` for freeing the context resources when `esp_local_ctrl_stop()` is called.
Syntax
Show:
Summary
Declaration
from
esp_local_ctrl.h:170
void
(
*
usr_ctx_free_fn
)
(
void
*
usr_ctx
)
;
Examples
esp_local_ctrl_handlers::usr_ctx_free_fn
is referenced by 1 libraries and example projects:
esp_local_ctrl sample
References
from
0/1
examples
Code
Location
Referrer
void
(
*
usr_ctx_free_fn
)
(
void
*
usr_ctx
)
;
esp_local_ctrl.h:170
if
(
local_ctrl_inst_ctx
->
config
.
handlers
.
usr_ctx_free_fn
)
{
esp_local_ctrl.c:208
esp_local_ctrl_stop()
local_ctrl_inst_ctx
->
config
.
handlers
.
usr_ctx_free_fn
(
esp_local_ctrl.c:209
esp_local_ctrl_stop()
Call Tree
from
0/1
examples
esp_local_ctrl_handlers::usr_ctx_free_fn
is called by 1 function:
esp_local_ctrl_stop()
All items filtered out
esp_local_ctrl_handlers::usr_ctx_free_fn
All items filtered out
Data Use
from
0/1
examples
esp_local_ctrl_handlers::usr_ctx_free_fn
is read by 1 function:
All items filtered out
esp_local_ctrl_handlers::usr_ctx_free_fn
esp_local_ctrl_stop()
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