|
STM32G474xx HAL 用户手册
|
定义 | |
| #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 |
优先级:高
定义于文件 stm32g4xx_ll_dma.h 的第 355 行。
| #define LL_DMA_PRIORITY_LOW 0x00000000U |
| #define LL_DMA_PRIORITY_MEDIUM DMA_CCR_PL_0 |
优先级:中
定义于文件 stm32g4xx_ll_dma.h 的第 354 行。
| #define LL_DMA_PRIORITY_VERYHIGH DMA_CCR_PL |
优先级:非常高
定义于文件 stm32g4xx_ll_dma.h 的第 356 行。
1.7.6.1