Searched refs:IS_DMA_BUF_SIZE (Results 1 – 14 of 14) sorted by relevance
186 assert_param(IS_DMA_BUF_SIZE(DMA_InitParam->BufSize)); in DMA_Init()
239 assert_param(IS_DMA_BUF_SIZE(DMA_InitParam->BufSize)); in DMA_Init()
325 #define IS_DMA_BUF_SIZE(SIZE) (((SIZE) >= 0x1) && ((SIZE) < 0x10000)) macro
410 #define IS_DMA_BUF_SIZE(SIZE) (((SIZE) >= 0x1) && ((SIZE) < 0x10000)) macro
Completed in 44 milliseconds