Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/port/esp32/
Dmemory_layout.c50 { "PID5IRAM", { MALLOC_CAP_PID5|MALLOC_CAP_INTERNAL, 0, MALLOC_IRAM_CAP }, false, false},
57 …{ "PID5DRAM", { MALLOC_CAP_PID5|MALLOC_CAP_INTERNAL, MALLOC_CAP_8BIT, MALLOC_CAP_32BIT|MALLOC_CAP_…
/hal_espressif-latest/zephyr/port/include/
Desp_heap_caps_adapter.h31 #define MALLOC_CAP_PID5 (1<<7) ///< Memory must be mapped to PID5 memory space (PIDs a… macro
/hal_espressif-latest/components/heap/include/
Desp_heap_caps.h36 #define MALLOC_CAP_PID5 (1<<7) ///< Memory must be mapped to PID5 memory space (PIDs a… macro