Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/heap/port/esp32c3/
Dmemory_layout.c46 …{ "RTCRAM", { MALLOC_CAP_RTCRAM, MALLOC_CAP_8BIT | MALLOC_CAP_DEFAULT, MALLOC_CAP_INTERNAL | MALLO…
/hal_espressif-3.6.0/components/heap/port/esp32h2/
Dmemory_layout.c46 …{ "RTCRAM", { MALLOC_CAP_RTCRAM, MALLOC_CAP_8BIT|MALLOC_CAP_DEFAULT, MALLOC_CAP_INTERNAL|MALLOC_CA…
/hal_espressif-3.6.0/components/heap/port/esp32s3/
Dmemory_layout.c45 …{ "RTCRAM", { MALLOC_CAP_RTCRAM, MALLOC_CAP_8BIT | MALLOC_CAP_DEFAULT, MALLOC_CAP_INTERNAL | MALLO…
/hal_espressif-3.6.0/components/heap/include/
Desp_heap_caps.h37 #define MALLOC_CAP_RTCRAM (1<<15) ///< Memory must be in RTC fast memory macro
/hal_espressif-3.6.0/components/heap/port/esp32s2/
Dmemory_layout.c48 …{ "RTCRAM", { MALLOC_CAP_RTCRAM, MALLOC_CAP_8BIT|MALLOC_CAP_DEFAULT, MALLOC_CAP_INTERNAL|MALLOC_CA…
/hal_espressif-3.6.0/components/heap/port/esp32/
Dmemory_layout.c72 …{ "RTCRAM", { MALLOC_CAP_RTCRAM, MALLOC_CAP_8BIT|MALLOC_CAP_DEFAULT, MALLOC_CAP_INTERNAL|MALLOC_CA…
/hal_espressif-3.6.0/components/heap/test/
Dtest_malloc_caps.c265 free_size = heap_caps_get_free_size(MALLOC_CAP_RTCRAM);
/hal_espressif-3.6.0/components/esp_system/test/
Dtest_sleep.c329 uint8_t *sleep_stack = (uint8_t *)heap_caps_malloc(STACK_SIZE, MALLOC_CAP_RTCRAM); in prepare_wake_stub_from_rtc()