ESP-IDF
s_stack_config_env
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
s_stack_config_env
s_stack_config_env variable
Syntax
Show:
Summary
Declaration
from
stack_config.c:19
static
struct
stack_config_env_tag
*
s_stack_config_env
=
NULL
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
stack_config_env_tag
*
s_stack_config_env
=
NULL
;
stack_config.c:19
assert
(
s_stack_config_env
)
;
stack_config.c:23
get_ssp_enabled()
esp_bluedroid_config_t
*
cfg
=
&
s_stack_config_env
->
cfg
;
stack_config.c:24
get_ssp_enabled()
s_stack_config_env
=
osi_calloc
(
sizeof
(
struct
stack_config_env_tag
)
)
;
stack_config.c:30
bluedriod_config_init()
if
(
!
s_stack_config_env
)
{
stack_config.c:31
bluedriod_config_init()
memcpy
(
&
s_stack_config_env
->
cfg
,
cfg
,
sizeof
(
esp_bluedroid_config_t
)
)
;
stack_config.c:35
bluedriod_config_init()
struct
bluedroid_config
*
interface
=
&
s_stack_config_env
->
interface
;
stack_config.c:37
bluedriod_config_init()
if
(
s_stack_config_env
)
{
stack_config.c:45
bluedriod_config_deinit()
osi_free
(
s_stack_config_env
)
;
stack_config.c:46
bluedriod_config_deinit()
s_stack_config_env
=
NULL
;
stack_config.c:47
bluedriod_config_deinit()
assert
(
s_stack_config_env
)
;
stack_config.c:53
bluedriod_config_get()
return
&
s_stack_config_env
->
interface
;
stack_config.c:54
bluedriod_config_get()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_stack_config_env
is written by 2 functions and is read by 4 functions:
bluedriod_config_init()
bluedriod_config_deinit()
All items filtered out
s_stack_config_env
get_ssp_enabled()
bluedriod_config_init()
bluedriod_config_deinit()
bluedriod_config_get()
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