STM32F4 Standard Peripheral bibliotheek
1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
Main Page
Modules
Data Structures
Files
All
Data Structures
Files
Functions
Variables
Enumerations
Enumerator
Groups
Macros
DMA_priority_level
DMA_Exported_Constants
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))
Generated on Thu Feb 13 2014 18:54:13 for STM32F4 Standard Peripheral bibliotheek by
1.8.3.1