Home
last modified time | relevance | path

Searched refs:MALLOC_CAP_RETENTION (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/heap/port/esp32s3/
Dmemory_layout.c47 …_DRAM] = { "STACK/DRAM", { MALLOC_CAP_8BIT | MALLOC_CAP_DEFAULT | MALLOC_CAP_RETENTION, MALLOC_CAP…
49 …TERNAL | MALLOC_CAP_DEFAULT, MALLOC_CAP_32BIT | MALLOC_CAP_EXEC | MALLOC_CAP_RETENTION}, true, fal…
51 …IRAM] = { "STACK/DIRAM", { MALLOC_CAP_8BIT | MALLOC_CAP_DEFAULT | MALLOC_CAP_RETENTION, MALLOC_CAP…
/hal_espressif-latest/components/heap/port/esp32c6/
Dmemory_layout.c42 …DEFAULT, MALLOC_CAP_INTERNAL | MALLOC_CAP_DMA | MALLOC_CAP_32BIT, MALLOC_CAP_RETENTION }, false, t…
46 …IRAM] = { "STACK/DIRAM", { MALLOC_CAP_8BIT | MALLOC_CAP_DEFAULT | MALLOC_CAP_RETENTION, MALLOC_CAP…
/hal_espressif-latest/components/heap/port/esp32h2/
Dmemory_layout.c40 …DEFAULT, MALLOC_CAP_INTERNAL | MALLOC_CAP_DMA | MALLOC_CAP_32BIT, MALLOC_CAP_RETENTION }, false, t…
44 …IRAM] = { "STACK/DIRAM", { MALLOC_CAP_8BIT | MALLOC_CAP_DEFAULT | MALLOC_CAP_RETENTION, MALLOC_CAP…
/hal_espressif-latest/components/heap/port/esp32c3/
Dmemory_layout.c42 …DEFAULT, MALLOC_CAP_INTERNAL | MALLOC_CAP_DMA | MALLOC_CAP_32BIT, MALLOC_CAP_RETENTION }, false, t…
46 …IRAM] = { "STACK/DIRAM", { MALLOC_CAP_8BIT | MALLOC_CAP_DEFAULT | MALLOC_CAP_RETENTION, MALLOC_CAP…
/hal_espressif-latest/components/heap/port/esp32c2/
Dmemory_layout.c38 …P_EXEC | MALLOC_CAP_INTERNAL | MALLOC_CAP_DMA | MALLOC_CAP_32BIT, MALLOC_CAP_RETENTION }, false, t…
/hal_espressif-latest/components/heap/include/
Desp_heap_caps.h43 #define MALLOC_CAP_RETENTION (1<<14) ///< Memory must be able to accessed by retention DMA macro
/hal_espressif-latest/components/esp_hw_support/
Dsleep_cpu.c177 MALLOC_CAP_RETENTION); in esp_sleep_tagmem_pd_low_init()
217 MALLOC_CAP_RETENTION); in esp_sleep_cpu_pd_low_init()