ESP-IDF
s_do_mapping()
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_do_mapping()
s_do_mapping() function
Syntax
Show:
Summary
Declaration
from
esp_mmu_map.c:417
static
void
IRAM_ATTR
NOINLINE_ATTR
s_do_mapping
(
mmu_target_t
target
,
uint32_t
vaddr_start
,
esp_paddr_t
paddr_start
,
uint32_t
size
)
;
Arguments
Argument
target
vaddr_start
paddr_start
size
Examples
References
from
examples
Code
Location
Referrer
static
void
IRAM_ATTR
NOINLINE_ATTR
s_do_mapping
(
mmu_target_t
target
,
uint32_t
vaddr_start
,
esp_paddr_t
paddr_start
,
uint32_t
size
)
esp_mmu_map.c:417
s_do_mapping
(
target
,
new_block
->
vaddr_start
,
paddr_start
,
aligned_size
)
;
esp_mmu_map.c:582
esp_mmu_map()
Call Tree
from
examples
s_do_mapping()
is called by 1 function and calls 9 functions:
esp_mmu_map()
All items filtered out
s_do_mapping()
esp_log_get_default_level()
esp_rom_printf()
esp_log_timestamp()
cache_ll_l1_enable_bus()
cache_ll_l1_get_bus()
spi_flash_disable_interrupts_caches_and_other_cpu()
spi_flash_enable_interrupts_caches_and_other_cpu()
s_do_cache_invalidate()
s_mapping_operation()
All items filtered out
Data Use
from
examples
s_do_mapping()
reads 2 variables:
esp_log_level_t::ESP_LOG_VERBOSE
TAG
All items filtered out
s_do_mapping()
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