ESP-IDF
soc_memory_types
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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
soc_memory_types
soc_memory_types variable
Syntax
Show:
Summary
Declaration
Definition
from
heap_memory_layout.h:27
extern
const
soc_memory_type_desc_t
soc_memory_types
[
]
;
Implemented in
memory_layout.c:47
Examples
References
from
examples
Code
Location
Referrer
const
soc_memory_type_desc_t
soc_memory_types
[
]
=
{
memory_layout.c:47
extern
const
soc_memory_type_desc_t
soc_memory_types
[
]
;
heap_memory_layout.h:27
const
soc_memory_type_desc_t
*
type
=
&
soc_memory_types
[
region
->
type
]
;
heap_caps_init.c:101
heap_caps_init()
const
uint32_t
*
caps
=
soc_memory_types
[
region
->
type
]
.
caps
;
heap_caps_init.c:175
heap_caps_add_region()
const
size_t
soc_memory_type_count
=
sizeof
(
soc_memory_types
)
/
sizeof
(
soc_memory_type_desc_t
)
;
memory_layout.c:61
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
soc_memory_types
is read by 2 functions:
All items filtered out
soc_memory_types
heap_caps_init()
heap_caps_add_region()
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