esp_dma_is_buffer_aligned() function
Syntax
bool esp_dma_is_buffer_aligned(const void *ptr,
size_t size,
esp_dma_buf_location_t location)
__attribute__((deprecated("esp_dma_is_buffer_aligned is deprecated, please use esp_dma_is_buffer_alignment_satisfied")));
Notes
This API will use MAX alignment requirement
esp_dma_is_buffer_aligned() calls 3 functions:
![]()
esp_dma_is_buffer_aligned()
esp_dma_is_buffer_aligned() reads 3 variables:
![]()
esp_dma_is_buffer_aligned()