Searched refs:heap_caps_add_region_with_caps (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/heap/include/ |
D | esp_heap_caps_init.h | 106 esp_err_t heap_caps_add_region_with_caps(const uint32_t caps[], intptr_t start, intptr_t end);
|
/hal_espressif-latest/components/heap/ |
D | heap_caps_init.c | 162 return heap_caps_add_region_with_caps(caps, start, end); in heap_caps_add_region() 207 esp_err_t heap_caps_add_region_with_caps(const uint32_t caps[], intptr_t start, intptr_t end) in heap_caps_add_region_with_caps() function
|
/hal_espressif-latest/components/esp_psram/ |
D | esp_psram.c | 313 ret = heap_caps_add_region_with_caps(byte_aligned_caps, in esp_psram_extram_add_to_heap_allocator() 323 ret = heap_caps_add_region_with_caps(word_aligned_caps, in esp_psram_extram_add_to_heap_allocator() 368 …esp_err_t e = heap_caps_add_region_with_caps(caps, (intptr_t)dma_heap, (intptr_t)dma_heap + next_s… in esp_psram_extram_reserve_dma_pool()
|