ESP-IDF
psram_mem_t
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
psram_mem_t
psram_mem_t struct
Syntax
Show:
Summary
Declaration
from
esp_psram.c:64
typedef
struct
{
intptr_t
vaddr_start
;
intptr_t
vaddr_end
;
size_t
size
;
}
psram_mem_t
;
Fields
Field
Declared as
psram_mem_t::vaddr_start
intptr_t
psram_mem_t::vaddr_end
intptr_t
psram_mem_t::size
size_t
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
esp_psram.c:64
}
psram_mem_t
;
esp_psram.c:68
psram_mem_t
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_ctx_t
psram_ctx_t::regions_to_heap
psram_mem_t
mapped_regions
[
PSRAM_MEM_TYPE_NUM
]
;
//mapped memory regions
esp_psram.c:87
psram_ctx_t
psram_ctx_t::mapped_regions
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
Instance
Scope
Location
Project
psram_ctx_t::regions_to_heap
psram_ctx_t
esp_psram.c:86
psram_ctx_t::mapped_regions
psram_ctx_t
esp_psram.c:87
Lifecycle
from
examples
All items filtered out
All items filtered out