STM32F4 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
DMA_priority_level

Macros

#define DMA_Priority_Low   ((uint32_t)0x00000000)
 
#define DMA_Priority_Medium   ((uint32_t)0x00010000)
 
#define DMA_Priority_High   ((uint32_t)0x00020000)
 
#define DMA_Priority_VeryHigh   ((uint32_t)0x00030000)
 
#define IS_DMA_PRIORITY(PRIORITY)
 

Detailed Description

Macro Definition Documentation

#define IS_DMA_PRIORITY (   PRIORITY)
Value:
(((PRIORITY) == DMA_Priority_Low ) || \
((PRIORITY) == DMA_Priority_Medium) || \
((PRIORITY) == DMA_Priority_High) || \
((PRIORITY) == DMA_Priority_VeryHigh))