ESP-IDF
s_test_psram()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
s_test_psram()
s_test_psram() function
Syntax
Show:
Summary
Declaration
from
esp_psram.c:461
static
bool
s_test_psram
(
intptr_t
v_start
,
size_t
size
,
intptr_t
reserved_start
,
intptr_t
reserved_end
)
;
Arguments
Argument
v_start
size
reserved_start
reserved_end
Examples
References
from
examples
Code
Location
Referrer
static
bool
s_test_psram
(
intptr_t
v_start
,
size_t
size
,
intptr_t
reserved_start
,
intptr_t
reserved_end
)
esp_psram.c:461
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
s_test_psram()
is called by 1 function and calls 3 functions:
esp_psram_extram_test()
All items filtered out
s_test_psram()
esp_log_get_default_level()
esp_log_timestamp()
esp_rom_printf()
All items filtered out
Data Use
from
examples
s_test_psram()
reads 3 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_INFO
TAG
All items filtered out
s_test_psram()
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