ESP-IDF
psram_mem_t::vaddr_end
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
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::vaddr_end
psram_mem_t::vaddr_end field
Syntax
Show:
Summary
Declaration
from
esp_psram.c:66
intptr_t
vaddr_end
;
Examples
References
from
examples
Code
Location
Referrer
intptr_t
vaddr_end
;
esp_psram.c:66
s_psram_ctx
.
mapped_regions
[
PSRAM_MEM_8BIT_ALIGNED
]
.
vaddr_end
=
(
intptr_t
)
v_start_8bit_aligned
+
size_to_map
;
esp_psram.c:258
s_psram_mapping()
s_psram_ctx
.
regions_to_heap
[
PSRAM_MEM_8BIT_ALIGNED
]
.
vaddr_end
=
(
intptr_t
)
v_start_8bit_aligned
+
size_to_map
;
esp_psram.c:261
s_psram_mapping()
s_psram_ctx
.
regions_to_heap
[
PSRAM_MEM_8BIT_ALIGNED
]
.
vaddr_end
-=
esp_himem_reserved_area_size
(
)
;
esp_psram.c:328
s_psram_mapping()
s_psram_ctx
.
regions_to_heap
[
PSRAM_MEM_8BIT_ALIGNED
]
.
vaddr_end
)
;
esp_psram.c:375
esp_psram_extram_add_to_heap_allocator()
s_psram_ctx
.
regions_to_heap
[
PSRAM_MEM_32BIT_ALIGNED
]
.
vaddr_end
)
;
esp_psram.c:385
esp_psram_extram_add_to_heap_allocator()
return
(
(
intptr_t
)
p
>=
s_psram_ctx
.
mapped_regions
[
PSRAM_MEM_8BIT_ALIGNED
]
.
vaddr_start
&&
(
intptr_t
)
p
<
s_psram_ctx
.
mapped_regions
[
PSRAM_MEM_8BIT_ALIGNED
]
.
vaddr_end
)
||
esp_psram.c:403
esp_psram_check_ptr_addr()
(
(
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
esp_psram_check_ptr_addr()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
psram_mem_t::vaddr_end
is written by 1 function and is read by 3 functions:
s_psram_mapping()
All items filtered out
psram_mem_t::vaddr_end
s_psram_mapping()
esp_psram_extram_add_to_heap_allocator()
esp_psram_check_ptr_addr()
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