ESP-IDF
PSRAM_MEM_TYPE_NUM
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
PSRAM_MEM_TYPE_NUM
PSRAM_MEM_TYPE_NUM macro
Two types of PSRAM memory regions for now: - 8bit aligned - 32bit aligned
Syntax
Show:
Summary
Declaration
from
esp_psram.c:44
#define
PSRAM_MEM_TYPE_NUM
2
Examples
References
from
examples
Code
Location
#define
PSRAM_MEM_TYPE_NUM
2
esp_psram.c:44
psram_mem_t
regions_to_heap
[
PSRAM_MEM_TYPE_NUM
]
;
//memory regions that are available to be added to the heap allocator
esp_psram.c:86
psram_mem_t
mapped_regions
[
PSRAM_MEM_TYPE_NUM
]
;
//mapped memory regions
esp_psram.c:87
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