esp_dma_capable_malloc() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK: - ESP_ERR_INVALID_ARG: Invalid argument - ESP_ERR_NO_MEM: No enough memory for allocation

Notes

This API will take care of the cache alignment internally, you will need to set `esp_dma_mem_info_t: dma_alignment_bytes` with either the custom alignment or DMA alignment of used peripheral driver.

References

from examples