ESP-IDF
SOC_RTC_IRAM_LOW
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
SOC_RTC_IRAM_LOW
SOC_RTC_IRAM_LOW macro
Syntax
Show:
Summary
Declaration
from
soc.h:186
#define
SOC_RTC_IRAM_LOW
0x400C0000
Examples
References
from
examples
Code
Location
#define
SOC_RTC_IRAM_LOW
0x400C0000
soc.h:186
dram_match_iram
&=
(
SOC_RTC_IRAM_LOW
==
SOC_RTC_DRAM_LOW
)
;
bootloader_memory_utils.h:34
#if
SOC_RTC_FAST_MEM_SUPPORTED
&&
(
SOC_RTC_IRAM_LOW
!=
SOC_RTC_DRAM_LOW
)
bootloader_memory_utils.h:105
return
(
(
intptr_t
)
p
>=
SOC_RTC_IRAM_LOW
&&
(
intptr_t
)
p
<
SOC_RTC_IRAM_HIGH
)
;
bootloader_memory_utils.h:106
#if
SOC_RTC_FAST_MEM_SUPPORTED
&&
(
SOC_RTC_IRAM_LOW
!=
SOC_RTC_DRAM_LOW
)
bootloader_memory_utils.h:167
return
(
void
*
)
(
SOC_RTC_IRAM_LOW
+
(
ptr
-
SOC_RTC_DRAM_LOW
)
)
;
bootloader_memory_utils.h:168
if
(
load_addr
>=
SOC_RTC_IRAM_LOW
&&
load_addr
<
SOC_RTC_IRAM_HIGH
)
{
esp_image_format.c:840
dram_match_iram
&=
(
SOC_RTC_IRAM_LOW
==
SOC_RTC_DRAM_LOW
)
;
esp_memory_utils.h:33
#if
SOC_RTC_FAST_MEM_SUPPORTED
&&
(
SOC_RTC_IRAM_LOW
!=
SOC_RTC_DRAM_LOW
)
esp_memory_utils.h:104
return
(
(
intptr_t
)
p
>=
SOC_RTC_IRAM_LOW
&&
(
intptr_t
)
p
<
SOC_RTC_IRAM_HIGH
)
;
esp_memory_utils.h:105
#if
SOC_RTC_FAST_MEM_SUPPORTED
&&
(
SOC_RTC_IRAM_LOW
!=
SOC_RTC_DRAM_LOW
)
esp_memory_utils.h:166
return
(
void
*
)
(
SOC_RTC_IRAM_LOW
+
(
ptr
-
SOC_RTC_DRAM_LOW
)
)
;
esp_memory_utils.h:167
||
(
ip
>=
SOC_RTC_IRAM_LOW
&&
ip
<
SOC_RTC_IRAM_HIGH
)
esp_memory_utils.h:257
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