Searched refs:DMA_ALIGN (Results 1 – 5 of 5) sorted by relevance
31 #define DMA_ALIGN (32U) macro552 if (((rt_uint32_t)data->buf) & (DMA_ALIGN - 1))581 if ((byte_cnt > 64) && (((rt_uint32_t)data->buf) & (DMA_ALIGN - 1)))
215 #define DMA_ALIGN (32U) macro
Completed in 15 milliseconds