|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
DMA priority levels. More...
Macros | |
| #define | DMA_PRIORITY_LOW 0x00000000U |
| #define | DMA_PRIORITY_MEDIUM ((uint32_t)DMA_SxCR_PL_0) |
| #define | DMA_PRIORITY_HIGH ((uint32_t)DMA_SxCR_PL_1) |
| #define | DMA_PRIORITY_VERY_HIGH ((uint32_t)DMA_SxCR_PL) |
DMA priority levels.
| #define DMA_PRIORITY_HIGH ((uint32_t)DMA_SxCR_PL_1) |
Priority level: High
Definition at line 293 of file stm32f4xx_hal_dma.h.
| #define DMA_PRIORITY_LOW 0x00000000U |
Priority level: Low
Definition at line 291 of file stm32f4xx_hal_dma.h.
| #define DMA_PRIORITY_MEDIUM ((uint32_t)DMA_SxCR_PL_0) |
Priority level: Medium
Definition at line 292 of file stm32f4xx_hal_dma.h.
| #define DMA_PRIORITY_VERY_HIGH ((uint32_t)DMA_SxCR_PL) |
Priority level: Very High
Definition at line 294 of file stm32f4xx_hal_dma.h.