Searched refs:IS_MDMA_PRIORITY (Results 1 – 4 of 4) sorted by relevance
230 assert_param(IS_MDMA_PRIORITY(hmdma->Init.Priority)); in HAL_MDMA_Init()580 assert_param(IS_MDMA_PRIORITY(pNodeConfig->Init.Priority)); in HAL_MDMA_LinkedList_CreateNode()
231 assert_param(IS_MDMA_PRIORITY(hmdma->Init.Priority)); in HAL_MDMA_Init()591 assert_param(IS_MDMA_PRIORITY(pNodeConfig->Init.Priority)); in HAL_MDMA_LinkedList_CreateNode()
748 #define IS_MDMA_PRIORITY(__PRIORITY__) (((__PRIORITY__) == MDMA_PRIORITY_LOW ) || \ macro
744 #define IS_MDMA_PRIORITY(__PRIORITY__) (((__PRIORITY__) == MDMA_PRIORITY_LOW ) || \ macro