ESP-IDF
unregister_select()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
unregister_select()
unregister_select() function
Syntax
Show:
Summary
Declaration
from
esp_vfs_l2tap.c:463
static
esp_err_t
unregister_select
(
l2tap_select_args_t
*
args
)
;
Arguments
Argument
args
Related Functions
Found 1 other functions taking a
l2tap_select_args_t
argument:
Function
register_select()
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
unregister_select
(
l2tap_select_args_t
*
args
)
esp_vfs_l2tap.c:463
esp_err_t
ret
=
unregister_select
(
args
)
;
esp_vfs_l2tap.c:574
l2tap_end_select()
Call Tree
from
examples
unregister_select()
is called by 1 function and calls 1 function:
l2tap_end_select()
All items filtered out
unregister_select()
realloc()
All items filtered out
Data Use
from
examples
unregister_select()
reads 2 variables and writes 2 variables:
s_registered_selects
s_registered_select_cnt
All items filtered out
unregister_select()
s_registered_selects
s_registered_select_cnt
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