Searched refs:DMA_PRIORITY_LOW (Results 1 – 3 of 3) sorted by relevance
359 #define DMA_PRIORITY_LOW ((uint32_t)0x00000000U) /*!< Priority level : Low */ macro364 #define IS_DMA_PRIORITY(PRIORITY) (((PRIORITY) == DMA_PRIORITY_LOW ) || \
399 #define DMA_PRIORITY_LOW 0x00000000U /*!< Priority level : Low */ macro741 #define IS_DMA_PRIORITY(PRIORITY) (((PRIORITY) == DMA_PRIORITY_LOW ) || \
254 #define DMA_PRIORITY_LOW (0x00000000U) /*!< Priority level : Low */ macro668 #define IS_DMA_PRIORITY(PRIORITY) (((PRIORITY) == DMA_PRIORITY_LOW ) || \