ESP-IDF
va_add()
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_add()
va_add() function
Syntax
Show:
Summary
Declaration
from
cfg_srv.c:1290
uint8_t
va_add
(
uint8_t
*
label_uuid
,
uint16_t
*
addr
)
;
Arguments
Argument
label_uuid
addr
Examples
References
from
examples
Code
Location
Referrer
uint8_t
va_add
(
uint8_t
*
label_uuid
,
uint16_t
*
addr
)
cfg_srv.c:1290
status
=
va_add
(
label_uuid
,
&
pub_addr
)
;
cfg_srv.c:1430
mod_pub_va_set()
status
=
va_add
(
label_uuid
,
&
sub_addr
)
;
cfg_srv.c:1981
mod_sub_va_add()
status
=
va_add
(
label_uuid
,
&
sub_addr
)
;
cfg_srv.c:2135
mod_sub_va_overwrite()
Call Tree
from
examples
va_add()
is called by 3 functions and calls 3 functions:
mod_pub_va_set()
mod_sub_va_add()
mod_sub_va_overwrite()
All items filtered out
va_add()
bt_mesh_virtual_addr()
va_store()
va_find()
All items filtered out
Data Use
from
examples
va_add()
reads 3 variables and writes 2 variables:
label::ref
label::addr
label::uuid
All items filtered out
va_add()
label::ref
label::addr
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