ESP-IDF
cfg_val
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
cfg_val
cfg_val struct
Syntax
Show:
Summary
Declaration
from
settings.c:96
struct
cfg_val
{
uint8_t
net_transmit
;
uint8_t
relay
;
uint8_t
relay_retransmit
;
uint8_t
beacon
;
uint8_t
gatt_proxy
;
uint8_t
frnd
;
uint8_t
default_ttl
;
}
;
Fields
Field
Declared as
cfg_val::net_transmit
uint8_t
cfg_val::relay
uint8_t
cfg_val::relay_retransmit
uint8_t
cfg_val::beacon
uint8_t
cfg_val::gatt_proxy
uint8_t
cfg_val::frnd
uint8_t
cfg_val::default_ttl
uint8_t
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
cfg_val
{
cfg.c:22
struct
cfg_val
{
settings.c:96
struct
cfg_val
cfg
;
settings.c:158
::cfg
struct
cfg_val
val
=
{
0
}
;
settings.c:638
cfg_set()
struct
cfg_val
val
=
{
0
}
;
settings.c:1746
store_pending_cfg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
::cfg
settings.c:158
Lifecycle
from
examples
All items filtered out
All items filtered out