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

Return value

- ESP_OK: Split to aligned buffer successfully - ESP_ERR_INVALID_ARG: Split to aligned buffer failed because of invalid argument

Notes

After the original RX buffer is split into an array, caller should mount the buffer array to the DMA controller in scatter-gather mode. Don't read/write the aligned buffers before the DMA finished using them.

References

from examples