STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
#define | DMA_Priority_VeryHigh ((uint32_t)0x00003000) |
#define | DMA_Priority_High ((uint32_t)0x00002000) |
#define | DMA_Priority_Medium ((uint32_t)0x00001000) |
#define | DMA_Priority_Low ((uint32_t)0x00000000) |
#define | IS_DMA_PRIORITY(PRIORITY) |
#define DMA_Priority_High ((uint32_t)0x00002000) |
Definition at line 188 of file stm32f10x_dma.h.
#define DMA_Priority_Low ((uint32_t)0x00000000) |
Definition at line 190 of file stm32f10x_dma.h.
#define DMA_Priority_Medium ((uint32_t)0x00001000) |
Definition at line 189 of file stm32f10x_dma.h.
#define DMA_Priority_VeryHigh ((uint32_t)0x00003000) |
Definition at line 187 of file stm32f10x_dma.h.
#define IS_DMA_PRIORITY | ( | PRIORITY | ) |
(((PRIORITY) == DMA_Priority_VeryHigh) || \ ((PRIORITY) == DMA_Priority_High) || \ ((PRIORITY) == DMA_Priority_Medium) || \ ((PRIORITY) == DMA_Priority_Low))
Definition at line 191 of file stm32f10x_dma.h.