ESP-IDF
va_del()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
va_del()
va_del() function
Syntax
Show:
Summary
Declaration
from
cfg_srv.c:1320
uint8_t
va_del
(
uint8_t
*
label_uuid
,
uint16_t
*
addr
)
;
Arguments
Argument
label_uuid
addr
Examples
References
from
examples
Code
Location
Referrer
uint8_t
va_del
(
uint8_t
*
label_uuid
,
uint16_t
*
addr
)
cfg_srv.c:1320
va_del
(
label_uuid
,
NULL
)
;
cfg_srv.c:1366
mod_sub_list_clear()
status
=
va_del
(
label_uuid
,
&
sub_addr
)
;
cfg_srv.c:2063
mod_sub_va_del()
Call Tree
from
examples
va_del()
is called by 2 functions and calls 2 functions:
mod_sub_list_clear()
mod_sub_va_del()
All items filtered out
va_del()
va_store()
va_find()
All items filtered out
Data Use
from
examples
va_del()
reads 2 variables and writes 1 variable:
label::ref
label::addr
All items filtered out
va_del()
label::ref
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