ESP-IDF
soc_memory_region_t::startup_stack
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
soc_memory_region_t::startup_stack
soc_memory_region_t::startup_stack field
Syntax
Show:
Summary
Declaration
from
heap_memory_layout.h:37
bool
startup_stack
;
Examples
References
from
examples
Code
Location
Referrer
bool
startup_stack
;
///< If true, memory of this type is used for ROM stack during startup
heap_memory_layout.h:37
if
(
b
->
start
==
(
intptr_t
)
(
a
->
start
+
a
->
size
)
&&
b
->
type
==
a
->
type
&&
b
->
startup_stack
==
a
->
startup_stack
)
{
heap_caps_init.c:80
heap_caps_init()
if
(
region
->
startup_stack
)
{
heap_caps_init.c:114
heap_caps_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
soc_memory_region_t::startup_stack
is read by 1 function:
All items filtered out
soc_memory_region_t::startup_stack
heap_caps_init()
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