ESP-IDF
esp_dram_match_iram()
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
esp_dram_match_iram()
esp_dram_match_iram() function
Common functions, to be kept in sync with bootloader_memory_utils.h * Check if the IRAM and DRAM are separate or using the same memory space
Syntax
Show:
Summary
Declaration
from
esp_memory_utils.h:28
__attribute__
(
(
always_inline
)
)
inline
static
bool
esp_dram_match_iram
(
void
)
;
Return value
true if the DRAM and IRAM are sharing the same memory space, false otherwise
Examples
References
from
examples
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