Home
last modified time | relevance | path

Searched refs:esp_dram_match_iram (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.7.0/components/bootloader_support/include/
Dbootloader_memory_utils.h29 inline static bool esp_dram_match_iram(void) { in esp_dram_match_iram() function
/hal_espressif-3.7.0/components/esp_hw_support/include/
Desp_memory_utils.h29 inline static bool esp_dram_match_iram(void) { in esp_dram_match_iram() function
/hal_espressif-3.7.0/components/heap/
Dheap_caps.c163 …if ((caps & MALLOC_CAP_EXEC) && !esp_dram_match_iram() && esp_ptr_in_diram_dram((void *)heap->star… in heap_caps_malloc_base()