ESP-IDF
label::ref
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
label::ref
label::ref field
Syntax
Show:
Summary
Declaration
from
foundation.h:259
uint16_t
ref
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
ref
;
foundation.h:259
if
(
labels
[
i
]
.
ref
==
0
)
{
cfg_srv.c:1275
va_find()
update
->
ref
++
;
cfg_srv.c:1296
va_add()
free_slot
->
ref
=
1U
;
cfg_srv.c:1312
va_add()
update
->
ref
--
;
cfg_srv.c:1326
va_del()
lab
->
ref
=
va
.
ref
;
settings.c:863
va_set()
BT_INFO
(
"Restored Virtual Address 0x%04x, ref 0x%04x"
,
index
,
lab
->
ref
)
;
settings.c:865
va_set()
if
(
IS_VA_DEL
(
lab
)
)
{
settings.c:2083
store_pending_va()
va
.
ref
=
lab
->
ref
;
settings.c:2086
store_pending_va()
IS_VA_DEL
(
lab
)
?
"delete"
:
"store"
,
name
)
;
settings.c:2093
store_pending_va()
if
(
IS_VA_DEL
(
lab
)
)
{
settings.c:2097
store_pending_va()
IS_VA_DEL
(
lab
)
?
"delete"
:
"store"
,
i
)
;
settings.c:2104
store_pending_va()
BT_DBG
(
"%s virtual address 0x%04x"
,
IS_VA_DEL
(
lab
)
?
"Delete"
:
"Store"
,
i
)
;
settings.c:2108
store_pending_va()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
label::ref
is written by 3 functions and is read by 5 functions:
va_set()
va_add()
va_del()
All items filtered out
label::ref
va_set()
store_pending_va()
va_find()
va_add()
va_del()
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