ESP-IDF
s_paddr_to_vaddr()
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_paddr_to_vaddr()
s_paddr_to_vaddr() function
Syntax
Show:
Summary
Declaration
from
esp_mmu_map.c:786
static
bool
NOINLINE_ATTR
IRAM_ATTR
s_paddr_to_vaddr
(
esp_paddr_t
paddr
,
mmu_target_t
target
,
mmu_vaddr_t
type
,
uint32_t
*
out_vaddr
)
;
Arguments
Argument
Declared as
paddr
esp_paddr_t
target
mmu_target_t
type
mmu_vaddr_t
out_vaddr
uint32_t
*
Examples
References
from
examples
Code
Location
Referrer
static
bool
NOINLINE_ATTR
IRAM_ATTR
s_paddr_to_vaddr
(
esp_paddr_t
paddr
,
mmu_target_t
target
,
mmu_vaddr_t
type
,
uint32_t
*
out_vaddr
)
esp_mmu_map.c:786
found
=
s_paddr_to_vaddr
(
paddr
,
target
,
type
,
&
vaddr
)
;
esp_mmu_map.c:807
esp_mmu_paddr_to_vaddr()
Call Tree
from
examples
s_paddr_to_vaddr()
is called by 1 function and calls 3 functions:
esp_mmu_paddr_to_vaddr()
All items filtered out
s_paddr_to_vaddr()
mmu_hal_paddr_to_vaddr()
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_paddr_to_vaddr()
:
All items filtered out
s_paddr_to_vaddr()
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