Home
last modified time | relevance | path

Searched refs:GDMA_MEM_ALLOC_CAPS (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/dma/
Dgdma_priv.h22 #define GDMA_MEM_ALLOC_CAPS (MALLOC_CAP_INTERNAL | MALLOC_CAP_8BIT) macro
24 #define GDMA_MEM_ALLOC_CAPS MALLOC_CAP_DEFAULT macro
Dgdma.c81 alloc_tx_channel = heap_caps_calloc(1, sizeof(gdma_tx_channel_t), GDMA_MEM_ALLOC_CAPS); in gdma_new_channel()
85 alloc_rx_channel = heap_caps_calloc(1, sizeof(gdma_rx_channel_t), GDMA_MEM_ALLOC_CAPS); in gdma_new_channel()
566 gdma_group_t *pre_alloc_group = heap_caps_calloc(1, sizeof(gdma_group_t), GDMA_MEM_ALLOC_CAPS); in gdma_acquire_group_handle()
625 gdma_pair_t *pre_alloc_pair = heap_caps_calloc(1, sizeof(gdma_pair_t), GDMA_MEM_ALLOC_CAPS); in gdma_acquire_pair_handle()