Searched refs:MALLOC_CAP_RTCRAM (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/heap/port/esp32c6/ |
D | memory_layout.c | 48 …[SOC_MEMORY_TYPE_RTCRAM] = { "RTCRAM", { MALLOC_CAP_RTCRAM, MALLOC_CAP_8BIT | MALLOC_CAP_DEFAULT, …
|
/hal_espressif-latest/components/heap/port/esp32h2/ |
D | memory_layout.c | 46 …[SOC_MEMORY_TYPE_RTCRAM] = { "RTCRAM", { MALLOC_CAP_RTCRAM, MALLOC_CAP_8BIT | MALLOC_CAP_DEFAULT, …
|
/hal_espressif-latest/components/heap/port/esp32c3/ |
D | memory_layout.c | 48 …[SOC_MEMORY_TYPE_RTCRAM] = { "RTCRAM", { MALLOC_CAP_RTCRAM, MALLOC_CAP_8BIT | MALLOC_CAP_DEFAULT, …
|
/hal_espressif-latest/components/heap/include/ |
D | esp_heap_caps.h | 44 #define MALLOC_CAP_RTCRAM (1<<15) ///< Memory must be in RTC fast memory macro
|
/hal_espressif-latest/components/heap/port/esp32s2/ |
D | memory_layout.c | 47 …{ "RTCRAM", { MALLOC_CAP_RTCRAM, MALLOC_CAP_8BIT|MALLOC_CAP_DEFAULT, MALLOC_CAP_INTERNAL|MALLOC_CA…
|
/hal_espressif-latest/components/heap/port/esp32/ |
D | memory_layout.c | 63 …{ "RTCRAM", { MALLOC_CAP_RTCRAM, MALLOC_CAP_8BIT|MALLOC_CAP_DEFAULT, MALLOC_CAP_INTERNAL|MALLOC_CA…
|
/hal_espressif-latest/components/heap/port/esp32s3/ |
D | memory_layout.c | 59 …[SOC_MEMORY_TYPE_RTCRAM] = { "RTCRAM", { MALLOC_CAP_RTCRAM, MALLOC_CAP_8BIT | MALLOC_CAP_DEFAULT, …
|