ESP-IDF
SOC_DROM_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_DROM_LOW
SOC_DROM_LOW macro
Syntax
Show:
Summary
Declaration
from
soc.h:172
#define
SOC_DROM_LOW
0x3F400000
Examples
References
from
examples
Code
Location
#define
SOC_DROM_LOW
0x3F400000
soc.h:172
#define
SYSVIEW_RAM_BASE
(
SOC_DROM_LOW
)
SEGGER_SYSVIEW_Config_FreeRTOS.c:130
if
(
header
->
load_addr
>=
SOC_DROM_LOW
&&
header
->
load_addr
<
SOC_DROM_HIGH
)
{
bootloader_utility.c:809
bool
is_drom
=
(
load_addr
>=
SOC_DROM_LOW
)
&&
(
load_addr
<
SOC_DROM_HIGH
)
;
esp_image_format.c:811
int32_t
drom_start_addr
=
SOC_DROM_LOW
;
esp_memory_utils.h:325
#define
FLASH_READ_VADDR
(
SOC_DROM_LOW
+
MMAP_MMU_SIZE
)
image_process.c:40
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