|
STM32F479xx HAL User Manual
|
Defines | |
| #define | LL_DMA_FIFOTHRESHOLD_1_4 0x00000000U |
| #define | LL_DMA_FIFOTHRESHOLD_1_2 DMA_SxFCR_FTH_0 |
| #define | LL_DMA_FIFOTHRESHOLD_3_4 DMA_SxFCR_FTH_1 |
| #define | LL_DMA_FIFOTHRESHOLD_FULL DMA_SxFCR_FTH |
| #define LL_DMA_FIFOTHRESHOLD_1_2 DMA_SxFCR_FTH_0 |
FIFO threshold half full configuration
Definition at line 358 of file stm32f4xx_ll_dma.h.
| #define LL_DMA_FIFOTHRESHOLD_1_4 0x00000000U |
FIFO threshold 1 quart full configuration
Definition at line 357 of file stm32f4xx_ll_dma.h.
Referenced by LL_DMA_StructInit().
| #define LL_DMA_FIFOTHRESHOLD_3_4 DMA_SxFCR_FTH_1 |
FIFO threshold 3 quarts full configuration
Definition at line 359 of file stm32f4xx_ll_dma.h.
| #define LL_DMA_FIFOTHRESHOLD_FULL DMA_SxFCR_FTH |
FIFO threshold full configuration
Definition at line 360 of file stm32f4xx_ll_dma.h.
1.7.6.1