spicommon_dma_desc_alloc() function
Alloc DMA descriptors for SPI
Arguments
dma_ctx
DMA context returned by `spicommon_dma_chan_alloc`
cfg_max_sz
Expected maximum transfer size, in bytes.
actual_max_sz
Actual max transfer size one transaction can be, in bytes.
Return value
- ESP_OK: On success - ESP_ERR_NO_MEM: No enough memory