ESP-IDF
PSRAM_MEM_32BIT_ALIGNED
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
PSRAM_MEM_32BIT_ALIGNED
PSRAM_MEM_32BIT_ALIGNED macro
Syntax
Show:
Summary
Declaration
from
esp_psram.c:46
#define
PSRAM_MEM_32BIT_ALIGNED
1
Examples
References
from
examples
Code
Location
#define
PSRAM_MEM_32BIT_ALIGNED
1
esp_psram.c:46
if
(
s_psram_ctx
.
regions_to_heap
[
PSRAM_MEM_32BIT_ALIGNED
]
.
size
)
{
esp_psram.c:380
assert
(
s_psram_ctx
.
regions_to_heap
[
PSRAM_MEM_32BIT_ALIGNED
]
.
vaddr_start
)
;
esp_psram.c:381
s_psram_ctx
.
regions_to_heap
[
PSRAM_MEM_32BIT_ALIGNED
]
.
vaddr_start
,
esp_psram.c:384
s_psram_ctx
.
regions_to_heap
[
PSRAM_MEM_32BIT_ALIGNED
]
.
vaddr_end
)
;
esp_psram.c:385
(
s_psram_ctx
.
regions_to_heap
[
PSRAM_MEM_8BIT_ALIGNED
]
.
size
+
s_psram_ctx
.
regions_to_heap
[
PSRAM_MEM_32BIT_ALIGNED
]
.
size
)
/
1024
)
;
esp_psram.c:392
(
(
intptr_t
)
p
>=
s_psram_ctx
.
mapped_regions
[
PSRAM_MEM_32BIT_ALIGNED
]
.
vaddr_start
&&
(
intptr_t
)
p
<
s_psram_ctx
.
mapped_regions
[
PSRAM_MEM_32BIT_ALIGNED
]
.
vaddr_end
)
;
esp_psram.c:404
if
(
s_psram_ctx
.
mapped_regions
[
PSRAM_MEM_32BIT_ALIGNED
]
.
size
)
{
esp_psram.c:514
test_success
=
s_test_psram
(
s_psram_ctx
.
mapped_regions
[
PSRAM_MEM_32BIT_ALIGNED
]
.
vaddr_start
,
esp_psram.c:515
s_psram_ctx
.
mapped_regions
[
PSRAM_MEM_32BIT_ALIGNED
]
.
size
,
esp_psram.c:516
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
Lifecycle
from
examples
All items filtered out
All items filtered out