ESP-IDF
config_section_name()
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
config_section_name()
config_section_name() function
Syntax
Show:
Summary
Declaration
Definition
from
config.h:135
const
char
*
config_section_name
(
const
config_section_node_t
*
iter
)
;
Implemented in
config.c:322
Arguments
Argument
iter
Related Functions
Found 1 other functions taking a
config_section_node_t
argument:
Function
config_section_next()
Examples
References
from
examples
Code
Location
Referrer
const
char
*
config_section_name
(
const
config_section_node_t
*
node
)
config.c:322
const
char
*
config_section_name
(
const
config_section_node_t
*
iter
)
;
config.h:135
return
config_section_name
(
(
const
config_section_node_t
*
)
section
)
;
btc_config.c:292
btc_config_section_name()
Call Tree
from
examples
config_section_name()
is called by 1 function and calls 2 functions:
btc_config_section_name()
All items filtered out
config_section_name()
__assert_func()
list_node()
All items filtered out
Data Use
from
examples
config_section_name()
reads 1 variable:
section_t::name
All items filtered out
config_section_name()
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