ESP-IDF
psram_mem_t::vaddr_start
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::vaddr_start
psram_mem_t::vaddr_start field
Syntax
Show:
Summary
Declaration
from
esp_psram.c:65
intptr_t
vaddr_start
;
Examples
References
from
examples
Code
Location
Referrer
intptr_t
vaddr_start
;
esp_psram.c:65
s_psram_ctx
.
mapped_regions
[
PSRAM_MEM_8BIT_ALIGNED
]
.
vaddr_start
=
(
intptr_t
)
v_start_8bit_aligned
;
esp_psram.c:257
s_psram_mapping()
s_psram_ctx
.
regions_to_heap
[
PSRAM_MEM_8BIT_ALIGNED
]
.
vaddr_start
=
(
intptr_t
)
v_start_8bit_aligned
;
esp_psram.c:260
s_psram_mapping()
s_psram_ctx
.
regions_to_heap
[
PSRAM_MEM_8BIT_ALIGNED
]
.
vaddr_start
,
esp_psram.c:374
esp_psram_extram_add_to_heap_allocator()
assert
(
s_psram_ctx
.
regions_to_heap
[
PSRAM_MEM_32BIT_ALIGNED
]
.
vaddr_start
)
;
esp_psram.c:381
esp_psram_extram_add_to_heap_allocator()
s_psram_ctx
.
regions_to_heap
[
PSRAM_MEM_32BIT_ALIGNED
]
.
vaddr_start
,
esp_psram.c:384
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()
test_success
=
s_test_psram
(
s_psram_ctx
.
mapped_regions
[
PSRAM_MEM_8BIT_ALIGNED
]
.
vaddr_start
,
esp_psram.c:506
esp_psram_extram_test()
test_success
=
s_test_psram
(
s_psram_ctx
.
mapped_regions
[
PSRAM_MEM_32BIT_ALIGNED
]
.
vaddr_start
,
esp_psram.c:515
esp_psram_extram_test()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
psram_mem_t::vaddr_start
is written by 1 function and is read by 3 functions:
s_psram_mapping()
All items filtered out
psram_mem_t::vaddr_start
esp_psram_extram_add_to_heap_allocator()
esp_psram_check_ptr_addr()
esp_psram_extram_test()
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