Home
last modified time | relevance | path

Searched refs:heap_caps_add_region_with_caps (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/heap/include/
Desp_heap_caps_init.h106 esp_err_t heap_caps_add_region_with_caps(const uint32_t caps[], intptr_t start, intptr_t end);
/hal_espressif-latest/components/heap/
Dheap_caps_init.c162 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/
Desp_psram.c313 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()