ESP-IDF
SOC_RTC_DRAM_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_DRAM_LOW
SOC_RTC_DRAM_LOW macro
Syntax
Show:
Summary
Declaration
from
soc.h:188
#define
SOC_RTC_DRAM_LOW
0x3FF80000
Examples
References
from
examples
Code
Location
#define
SOC_RTC_DRAM_LOW
0x3FF80000
soc.h:188
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_DRAM_LOW
&&
(
intptr_t
)
p
<
SOC_RTC_DRAM_HIGH
)
;
bootloader_memory_utils.h:122
#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_DRAM_LOW
&&
load_addr
<
SOC_RTC_DRAM_HIGH
)
{
esp_image_format.c:844
r
|=
(
ip
>=
SOC_RTC_DRAM_LOW
&&
ip
<
SOC_RTC_DRAM_HIGH
)
;
esp_memory_utils.c:41
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_DRAM_LOW
&&
(
intptr_t
)
p
<
SOC_RTC_DRAM_HIGH
)
;
esp_memory_utils.h:121
#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
r
|=
(
(
intptr_t
)
p
>=
SOC_RTC_DRAM_LOW
&&
(
intptr_t
)
p
<
SOC_RTC_DRAM_HIGH
)
;
esp_memory_utils.h:291
{
SOC_RTC_DRAM_LOW
,
0x2000
,
SOC_MEMORY_TYPE_RTCRAM
,
0
,
false
}
,
//RTC Fast Memory
memory_layout.c:117
SOC_RESERVE_MEMORY_REGION
(
SOC_RTC_DRAM_LOW
,
(
intptr_t
)
&
_rtc_force_fast_end
,
rtcram_data
)
;
memory_layout.c:191
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