ESP-IDF
s_psram_mapping()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_psram_mapping()
s_psram_mapping() function
Syntax
Show:
Summary
Declaration
from
esp_psram.c:215
static
void
s_psram_mapping
(
uint32_t
psram_available_size
,
uint32_t
start_page
)
;
Arguments
Argument
psram_available_size
start_page
Examples
References
from
examples
Code
Location
Referrer
static
void
s_psram_mapping
(
uint32_t
psram_available_size
,
uint32_t
start_page
)
esp_psram.c:215
s_psram_mapping
(
psram_available_size
,
start_page
)
;
esp_psram.c:354
esp_psram_init()
Call Tree
from
examples
s_psram_mapping()
is called by 1 function and calls 8 functions:
esp_psram_init()
All items filtered out
s_psram_mapping()
esp_log_get_default_level()
esp_log_timestamp()
__assert_func()
esp_rom_printf()
esp_mmu_map_get_max_consecutive_free_block_size()
esp_mmu_map_reserve_block_with_caps()
esp_himem_reserved_area_size()
s_mapping()
All items filtered out
Data Use
from
examples
s_psram_mapping()
reads 13 variables and writes 3 variables:
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_VERBOSE
mmu_mem_caps_t::MMU_MEM_CAP_READ
mmu_mem_caps_t::MMU_MEM_CAP_WRITE
mmu_mem_caps_t::MMU_MEM_CAP_32BIT
mmu_mem_caps_t::MMU_MEM_CAP_8BIT
mmu_target_t::MMU_TARGET_PSRAM0
psram_mem_t::vaddr_end
psram_mem_t::size
psram_ctx_t::regions_to_heap
psram_ctx_t::mapped_regions
s_psram_ctx
TAG
All items filtered out
s_psram_mapping()
psram_mem_t::vaddr_start
psram_mem_t::vaddr_end
psram_mem_t::size
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