Searched refs:IS_DMA_CLR_INT (Results 1 – 14 of 14) sorted by relevance
577 assert_param(IS_DMA_CLR_INT(DMA_IT)); in DMA_ClrIntPendingBit()
766 assert_param(IS_DMA_CLR_INT(DMAy_IT)); in DMA_ClrIntPendingBit()
251 #define IS_DMA_CLR_INT(IT) ((IT) != 0x00) macro
285 #define IS_DMA_CLR_INT(IT) ((IT) != 0x00) macro
285 #define IS_DMA_CLR_INT(IT) (((((IT)&0xF0000000) == 0x00) || (((IT)&0xEFF00000) == 0x00)) && ((IT) !… macro
Completed in 26 milliseconds