ESP-IDF
mem_region_::caps
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
mem_region_::caps
mem_region_::caps field
Syntax
Show:
Summary
Declaration
from
esp_mmu_map.c:93
int
caps
;
Examples
References
from
examples
Code
Location
Referrer
int
caps
;
//caps of this region, `mmu_mem_caps_t`
esp_mmu_map.c:93
hw_mem_regions
[
i
]
.
caps
=
g_mmu_mem_regions
[
i
]
.
caps
;
esp_mmu_map.c:207
esp_mmu_map_init()
if
(
(
b
->
free_head
==
a
->
end
)
&&
(
b
->
caps
==
a
->
caps
)
&&
(
b
->
targets
==
a
->
targets
)
)
{
esp_mmu_map.c:226
esp_mmu_map_init()
a
->
caps
=
MEM_REGION_MERGED
;
esp_mmu_map.c:227
esp_mmu_map_init()
if
(
hw_mem_regions
[
i
]
.
caps
!=
MEM_REGION_MERGED
)
{
esp_mmu_map.c:240
esp_mmu_map_init()
if
(
hw_mem_regions
[
i
]
.
caps
==
MEM_REGION_MERGED
)
{
esp_mmu_map.c:250
esp_mmu_map_init()
if
(
(
(
s_mmu_ctx
.
mem_regions
[
i
]
.
caps
&
caps
)
==
caps
)
&&
(
(
s_mmu_ctx
.
mem_regions
[
i
]
.
targets
&
target
)
==
target
)
)
{
esp_mmu_map.c:286
esp_mmu_map_get_max_consecutive_free_block_size()
if
(
(
(
mem_regions
[
i
]
.
caps
&
caps
)
==
caps
)
&&
(
(
mem_regions
[
i
]
.
targets
&
target
)
==
target
)
)
{
esp_mmu_map.c:302
s_find_available_region()
s_mmu_ctx
.
mem_regions
[
i
]
.
caps
,
esp_mmu_map.c:695
esp_mmu_map_dump_mapped_blocks()
ESP_DRAM_LOGI
(
TAG
,
"region caps: 0x%x"
,
s_mmu_ctx
.
mem_regions
[
i
]
.
caps
)
;
esp_mmu_map.c:745
esp_mmu_map_dump_mapped_blocks_private()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mem_region_::caps
is written by 1 function and is read by 5 functions:
esp_mmu_map_init()
All items filtered out
mem_region_::caps
esp_mmu_map_init()
esp_mmu_map_get_max_consecutive_free_block_size()
s_find_available_region()
esp_mmu_map_dump_mapped_blocks()
esp_mmu_map_dump_mapped_blocks_private()
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