Searched refs:IS_DMA_CONFIG_INT (Results 1 – 14 of 14) sorted by relevance
301 assert_param(IS_DMA_CONFIG_INT(DMAInt)); in DMA_ConfigInt()
356 assert_param(IS_DMA_CONFIG_INT(DMAInt)); in DMA_ConfigInt()
215 #define IS_DMA_CONFIG_INT(IT) ((((IT)&0xFFFFFFF1) == 0x00) && ((IT) != 0x00)) macro
217 #define IS_DMA_CONFIG_INT(IT) ((((IT)&0xFFFFFFF1) == 0x00) && ((IT) != 0x00)) macro
Completed in 49 milliseconds