esp_dma_is_buffer_alignment_satisfied() function
Helper function to check if a DMA buffer pointer and size meet both hardware alignment requirements and custom alignment requirements
Arguments
dma_mem_info
DMA and memory info, see `esp_dma_mem_info_t`
Return value
- True: Buffer is aligned - False: Buffer is not aligned, or buffer is not DMA capable