ESP-IDF
mmu_ctx_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mmu_ctx_t
mmu_ctx_t struct
Syntax
Show:
Summary
Declaration
from
esp_mmu_map.c:98
typedef
struct
{
uint32_t
num_regions
;
mem_region_t
mem_regions
[
SOC_MMU_LINEAR_ADDRESS_REGION_NUM
]
;
}
mmu_ctx_t
;
Fields
Field
Declared as
Description
mmu_ctx_t::num_regions
uint32_t
number of memory regions that are available, after coalescing, this number should be smaller than or equal to `SOC_MMU_LINEAR_ADDRESS_REGION_NUM`.
mmu_ctx_t::mem_regions
mem_region_t
[
SOC_MMU_LINEAR_ADDRESS_REGION_NUM
]
This saves the available MMU linear address regions, after reserving flash .rodata and .text, and after coalescing. Only the first `num_regions` items are valid.
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
esp_mmu_map.c:98
}
mmu_ctx_t
;
esp_mmu_map.c:109
mmu_ctx_t
static
mmu_ctx_t
s_mmu_ctx
;
esp_mmu_map.c:111
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
s_mmu_ctx
esp_mmu_map.c:111
Lifecycle
from
examples
All items filtered out
All items filtered out