ESP-IDF
esp_paddr_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_paddr_t
esp_paddr_t
Physical memory type
Syntax
Show:
Summary
Declaration
from
esp_mmu_map.h:58
typedef
uint32_t
esp_paddr_t
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
uint32_t
esp_paddr_t
;
esp_mmu_map.h:58
IRAM_ATTR
esp_err_t
esp_mmu_paddr_find_caps
(
const
esp_paddr_t
paddr
,
mmu_mem_caps_t
*
out_caps
)
esp_mmu_map.c:342
esp_mmu_paddr_find_caps()
esp_mmu_paddr_find_caps()::paddr
FORCE_INLINE_ATTR
uint32_t
s_mapping_operation
(
mmu_target_t
target
,
uint32_t
vaddr_start
,
esp_paddr_t
paddr_start
,
uint32_t
size
)
esp_mmu_map.c:402
s_mapping_operation()
s_mapping_operation()::paddr_start
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()
s_do_mapping()::paddr_start
esp_err_t
esp_mmu_map
(
esp_paddr_t
paddr_start
,
size_t
size
,
mmu_target_t
target
,
mmu_mem_caps_t
caps
,
int
flags
,
void
*
*
out_ptr
)
esp_mmu_map.c:443
esp_mmu_map()
esp_mmu_map()::paddr_start
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
s_vaddr_to_paddr()
s_vaddr_to_paddr()::out_paddr
esp_err_t
esp_mmu_vaddr_to_paddr
(
void
*
vaddr
,
esp_paddr_t
*
out_paddr
,
mmu_target_t
*
out_target
)
esp_mmu_map.c:769
esp_mmu_vaddr_to_paddr()
esp_mmu_vaddr_to_paddr()::out_paddr
esp_paddr_t
paddr
=
0
;
esp_mmu_map.c:774
esp_mmu_vaddr_to_paddr()
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
s_paddr_to_vaddr()
s_paddr_to_vaddr()::paddr
esp_err_t
esp_mmu_paddr_to_vaddr
(
esp_paddr_t
paddr
,
mmu_target_t
target
,
mmu_vaddr_t
type
,
void
*
*
out_vaddr
)
esp_mmu_map.c:800
esp_mmu_paddr_to_vaddr()
esp_mmu_paddr_to_vaddr()::paddr
esp_err_t
esp_mmu_map
(
esp_paddr_t
paddr_start
,
size_t
size
,
mmu_target_t
target
,
mmu_mem_caps_t
caps
,
int
flags
,
void
*
*
out_ptr
)
;
esp_mmu_map.h:86
esp_mmu_map()
esp_mmu_map()::paddr_start
esp_err_t
esp_mmu_vaddr_to_paddr
(
void
*
vaddr
,
esp_paddr_t
*
out_paddr
,
mmu_target_t
*
out_target
)
;
esp_mmu_map.h:141
esp_mmu_vaddr_to_paddr()
esp_mmu_vaddr_to_paddr()::out_paddr
esp_err_t
esp_mmu_paddr_to_vaddr
(
esp_paddr_t
paddr
,
mmu_target_t
target
,
mmu_vaddr_t
type
,
void
*
*
out_vaddr
)
;
esp_mmu_map.h:156
esp_mmu_paddr_to_vaddr()
esp_mmu_paddr_to_vaddr()::paddr
esp_err_t
esp_mmu_paddr_find_caps
(
const
esp_paddr_t
paddr
,
mmu_mem_caps_t
*
out_caps
)
;
esp_mmu_map.h:171
esp_mmu_paddr_find_caps()
esp_mmu_paddr_find_caps()::paddr
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
esp_mmu_map()::paddr_start
esp_mmu_map()
esp_mmu_map.h:86
esp_mmu_vaddr_to_paddr()::out_paddr
esp_mmu_vaddr_to_paddr()
esp_mmu_map.h:141
esp_mmu_paddr_to_vaddr()::paddr
esp_mmu_paddr_to_vaddr()
esp_mmu_map.h:156
esp_mmu_paddr_find_caps()::paddr
esp_mmu_paddr_find_caps()
esp_mmu_map.h:171
esp_mmu_paddr_find_caps()::paddr
esp_mmu_paddr_find_caps()
esp_mmu_map.c:342
s_mapping_operation()::paddr_start
s_mapping_operation()
esp_mmu_map.c:402
s_do_mapping()::paddr_start
s_do_mapping()
esp_mmu_map.c:417
esp_mmu_map()::paddr_start
esp_mmu_map()
esp_mmu_map.c:443
s_vaddr_to_paddr()::out_paddr
s_vaddr_to_paddr()
esp_mmu_map.c:754
esp_mmu_vaddr_to_paddr()::out_paddr
esp_mmu_vaddr_to_paddr()
esp_mmu_map.c:769
s_paddr_to_vaddr()::paddr
s_paddr_to_vaddr()
esp_mmu_map.c:786
esp_mmu_paddr_to_vaddr()::paddr
esp_mmu_paddr_to_vaddr()
esp_mmu_map.c:800
Lifecycle
from
examples
All items filtered out
All items filtered out