ESP-IDF
SOC_MMU_LINEAR_ADDRESS_REGION_NUM
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SOC_MMU_LINEAR_ADDRESS_REGION_NUM
SOC_MMU_LINEAR_ADDRESS_REGION_NUM macro
Syntax
Show:
Summary
Declaration
from
soc_caps.h:263
#define
SOC_MMU_LINEAR_ADDRESS_REGION_NUM
3
Examples
References
from
examples
Code
Location
#define
SOC_MMU_LINEAR_ADDRESS_REGION_NUM
3
soc_caps.h:263
mem_region_t
mem_regions
[
SOC_MMU_LINEAR_ADDRESS_REGION_NUM
]
;
esp_mmu_map.c:108
for
(
int
i
=
0
;
i
<
SOC_MMU_LINEAR_ADDRESS_REGION_NUM
;
i
++
)
{
esp_mmu_map.c:146
for
(
int
i
=
0
;
i
<
SOC_MMU_LINEAR_ADDRESS_REGION_NUM
;
i
++
)
{
esp_mmu_map.c:174
mem_region_t
hw_mem_regions
[
SOC_MMU_LINEAR_ADDRESS_REGION_NUM
]
=
{
}
;
esp_mmu_map.c:198
for
(
int
i
=
0
;
i
<
SOC_MMU_LINEAR_ADDRESS_REGION_NUM
;
i
++
)
{
esp_mmu_map.c:200
s_reserve_irom_region
(
hw_mem_regions
,
SOC_MMU_LINEAR_ADDRESS_REGION_NUM
)
;
esp_mmu_map.c:217
s_reserve_drom_region
(
hw_mem_regions
,
SOC_MMU_LINEAR_ADDRESS_REGION_NUM
)
;
esp_mmu_map.c:218
if
(
SOC_MMU_LINEAR_ADDRESS_REGION_NUM
>
1
)
{
esp_mmu_map.c:221
for
(
int
i
=
1
;
i
<
SOC_MMU_LINEAR_ADDRESS_REGION_NUM
;
i
++
)
{
esp_mmu_map.c:223
for
(
int
i
=
0
;
i
<
SOC_MMU_LINEAR_ADDRESS_REGION_NUM
;
i
++
)
{
esp_mmu_map.c:239
for
(
int
i
=
0
;
i
<
SOC_MMU_LINEAR_ADDRESS_REGION_NUM
;
i
++
)
{
esp_mmu_map.c:249
const
mmu_mem_region_t
g_mmu_mem_regions
[
SOC_MMU_LINEAR_ADDRESS_REGION_NUM
]
=
{
ext_mem_layout.c:17
extern
const
mmu_mem_region_t
g_mmu_mem_regions
[
SOC_MMU_LINEAR_ADDRESS_REGION_NUM
]
;
ext_mem_layout.h:29
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
Lifecycle
from
examples
All items filtered out
All items filtered out