ESP-IDF
s_vaddr_to_paddr()
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_vaddr_to_paddr()
s_vaddr_to_paddr() function
Syntax
Show:
Summary
Declaration
from
esp_mmu_map.c:754
static
bool
NOINLINE_ATTR
IRAM_ATTR
s_vaddr_to_paddr
(
uint32_t
vaddr
,
esp_paddr_t
*
out_paddr
,
mmu_target_t
*
out_target
)
;
Arguments
Argument
vaddr
out_paddr
out_target
Examples
References
from
examples
Code
Location
Referrer
static
bool
NOINLINE_ATTR
IRAM_ATTR
s_vaddr_to_paddr
(
uint32_t
vaddr
,
esp_paddr_t
*
out_paddr
,
mmu_target_t
*
out_target
)
esp_mmu_map.c:754
bool
is_mapped
=
s_vaddr_to_paddr
(
(
uint32_t
)
vaddr
,
&
paddr
,
&
target
)
;
esp_mmu_map.c:777
esp_mmu_vaddr_to_paddr()
Call Tree
from
examples
s_vaddr_to_paddr()
is called by 1 function and calls 3 functions:
esp_mmu_vaddr_to_paddr()
All items filtered out
s_vaddr_to_paddr()
mmu_hal_vaddr_to_paddr()
spi_flash_disable_interrupts_caches_and_other_cpu()
spi_flash_enable_interrupts_caches_and_other_cpu()
All items filtered out
Data Use
from
examples
s_vaddr_to_paddr()
:
All items filtered out
s_vaddr_to_paddr()
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