ESP-IDF
mmu_vaddr_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mmu_vaddr_t
mmu_vaddr_t enum
Syntax
Show:
Summary
Declaration
from
mmu_types.h:36
enum
{
MMU_VADDR_DATA
=
BIT
(
0
)
,
MMU_VADDR_INSTRUCTION
=
BIT
(
1
)
,
}
;
Values
Value
Declared as
mmu_vaddr_t::MMU_VADDR_DATA
=
BIT
mmu_vaddr_t::MMU_VADDR_INSTRUCTION
=
BIT
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
mmu_types.h:36
}
mmu_vaddr_t
;
mmu_types.h:39
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()::type
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()::type
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()::type
mmu_vaddr_t
type
=
(
memory
==
SPI_FLASH_MMAP_DATA
)
?
MMU_VADDR_DATA
:
MMU_VADDR_INSTRUCTION
;
flash_mmap.c:393
spi_flash_phys2cache()
bool
mmu_hal_paddr_to_vaddr
(
uint32_t
mmu_id
,
uint32_t
paddr
,
mmu_target_t
target
,
mmu_vaddr_t
type
,
uint32_t
*
out_vaddr
)
mmu_hal.c:139
mmu_hal_paddr_to_vaddr()
mmu_hal_paddr_to_vaddr()::type
bool
mmu_hal_check_valid_ext_vaddr_region
(
uint32_t
mmu_id
,
uint32_t
vaddr_start
,
uint32_t
len
,
mmu_vaddr_t
type
)
mmu_hal.c:160
mmu_hal_check_valid_ext_vaddr_region()
mmu_hal_check_valid_ext_vaddr_region()::type
bool
mmu_hal_paddr_to_vaddr
(
uint32_t
mmu_id
,
uint32_t
paddr
,
mmu_target_t
target
,
mmu_vaddr_t
type
,
uint32_t
*
out_vaddr
)
;
mmu_hal.h:105
mmu_hal_paddr_to_vaddr()
mmu_hal_paddr_to_vaddr()::type
bool
mmu_hal_check_valid_ext_vaddr_region
(
uint32_t
mmu_id
,
uint32_t
vaddr_start
,
uint32_t
len
,
mmu_vaddr_t
type
)
;
mmu_hal.h:119
mmu_hal_check_valid_ext_vaddr_region()
mmu_hal_check_valid_ext_vaddr_region()::type
static
inline
uint32_t
mmu_ll_laddr_to_vaddr
(
uint32_t
laddr
,
mmu_vaddr_t
vaddr_type
,
mmu_target_t
target
)
mmu_ll.h:48
mmu_ll_laddr_to_vaddr()
mmu_ll_laddr_to_vaddr()::vaddr_type
static
inline
bool
mmu_ll_check_valid_ext_vaddr_region
(
uint32_t
mmu_id
,
uint32_t
vaddr_start
,
uint32_t
len
,
mmu_vaddr_t
type
)
mmu_ll.h:101
mmu_ll_check_valid_ext_vaddr_region()
mmu_ll_check_valid_ext_vaddr_region()::type
static
inline
uint32_t
mmu_ll_entry_id_to_vaddr_base
(
uint32_t
mmu_id
,
uint32_t
entry_id
,
mmu_vaddr_t
type
)
mmu_ll.h:409
mmu_ll_entry_id_to_vaddr_base()
mmu_ll_entry_id_to_vaddr_base()::type
}
mmu_vaddr_t
;
mmu_types.h:39
mmu_vaddr_t
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
mmu_hal_paddr_to_vaddr()::type
mmu_hal_paddr_to_vaddr()
mmu_hal.h:105
mmu_hal_check_valid_ext_vaddr_region()::type
mmu_hal_check_valid_ext_vaddr_region()
mmu_hal.h:119
mmu_ll_laddr_to_vaddr()::vaddr_type
mmu_ll_laddr_to_vaddr()
mmu_ll.h:48
mmu_ll_check_valid_ext_vaddr_region()::type
mmu_ll_check_valid_ext_vaddr_region()
mmu_ll.h:101
mmu_ll_entry_id_to_vaddr_base()::type
mmu_ll_entry_id_to_vaddr_base()
mmu_ll.h:409
s_paddr_to_vaddr()::type
s_paddr_to_vaddr()
esp_mmu_map.c:786
esp_mmu_paddr_to_vaddr()::type
esp_mmu_paddr_to_vaddr()
esp_mmu_map.c:800
esp_mmu_paddr_to_vaddr()::type
esp_mmu_paddr_to_vaddr()
esp_mmu_map.h:156
mmu_hal_paddr_to_vaddr()::type
mmu_hal_paddr_to_vaddr()
mmu_hal.c:139
mmu_hal_check_valid_ext_vaddr_region()::type
mmu_hal_check_valid_ext_vaddr_region()
mmu_hal.c:160
Lifecycle
from
examples
All items filtered out
All items filtered out