STM32F103xB HAL User Manual
|
Defines | |
#define | LL_DMA_PRIORITY_LOW 0x00000000U |
#define | LL_DMA_PRIORITY_MEDIUM DMA_CCR_PL_0 |
#define | LL_DMA_PRIORITY_HIGH DMA_CCR_PL_1 |
#define | LL_DMA_PRIORITY_VERYHIGH DMA_CCR_PL |
#define LL_DMA_PRIORITY_HIGH DMA_CCR_PL_1 |
Priority level : High
Definition at line 309 of file stm32f1xx_ll_dma.h.
#define LL_DMA_PRIORITY_LOW 0x00000000U |
Priority level : Low
Definition at line 307 of file stm32f1xx_ll_dma.h.
Referenced by LL_DMA_StructInit().
#define LL_DMA_PRIORITY_MEDIUM DMA_CCR_PL_0 |
Priority level : Medium
Definition at line 308 of file stm32f1xx_ll_dma.h.
#define LL_DMA_PRIORITY_VERYHIGH DMA_CCR_PL |
Priority level : Very_High
Definition at line 310 of file stm32f1xx_ll_dma.h.