Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/port/esp32c6/
Dmemory_layout.c48 …[SOC_MEMORY_TYPE_RTCRAM] = { "RTCRAM", { MALLOC_CAP_RTCRAM, MALLOC_CAP_8BIT | MALLOC_CAP_DEFAULT, …
/hal_espressif-latest/components/heap/port/esp32h2/
Dmemory_layout.c46 …[SOC_MEMORY_TYPE_RTCRAM] = { "RTCRAM", { MALLOC_CAP_RTCRAM, MALLOC_CAP_8BIT | MALLOC_CAP_DEFAULT, …
/hal_espressif-latest/components/heap/port/esp32c3/
Dmemory_layout.c48 …[SOC_MEMORY_TYPE_RTCRAM] = { "RTCRAM", { MALLOC_CAP_RTCRAM, MALLOC_CAP_8BIT | MALLOC_CAP_DEFAULT, …
/hal_espressif-latest/components/heap/include/
Desp_heap_caps.h44 #define MALLOC_CAP_RTCRAM (1<<15) ///< Memory must be in RTC fast memory macro
/hal_espressif-latest/components/heap/port/esp32s2/
Dmemory_layout.c47 …{ "RTCRAM", { MALLOC_CAP_RTCRAM, MALLOC_CAP_8BIT|MALLOC_CAP_DEFAULT, MALLOC_CAP_INTERNAL|MALLOC_CA…
/hal_espressif-latest/components/heap/port/esp32/
Dmemory_layout.c63 …{ "RTCRAM", { MALLOC_CAP_RTCRAM, MALLOC_CAP_8BIT|MALLOC_CAP_DEFAULT, MALLOC_CAP_INTERNAL|MALLOC_CA…
/hal_espressif-latest/components/heap/port/esp32s3/
Dmemory_layout.c59 …[SOC_MEMORY_TYPE_RTCRAM] = { "RTCRAM", { MALLOC_CAP_RTCRAM, MALLOC_CAP_8BIT | MALLOC_CAP_DEFAULT, …