Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/port/esp32/
Dmemory_layout.c52 { "PID7IRAM", { MALLOC_CAP_PID7|MALLOC_CAP_INTERNAL, 0, MALLOC_IRAM_CAP }, false, false},
59 …{ "PID7DRAM", { MALLOC_CAP_PID7|MALLOC_CAP_INTERNAL, MALLOC_CAP_8BIT, MALLOC_CAP_32BIT|MALLOC_CAP_…
/hal_espressif-latest/zephyr/port/include/
Desp_heap_caps_adapter.h33 #define MALLOC_CAP_PID7 (1<<9) ///< Memory must be mapped to PID7 memory space (PIDs a… macro
/hal_espressif-latest/components/heap/include/
Desp_heap_caps.h38 #define MALLOC_CAP_PID7 (1<<9) ///< Memory must be mapped to PID7 memory space (PIDs a… macro