|
STM32H735xx 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 338 of file stm32h7xx_ll_dma.h.
| #define LL_DMA_FIFOTHRESHOLD_1_4 0x00000000U |
FIFO threshold 1 quart full configuration
Definition at line 337 of file stm32h7xx_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 339 of file stm32h7xx_ll_dma.h.
| #define LL_DMA_FIFOTHRESHOLD_FULL DMA_SxFCR_FTH |
FIFO threshold full configuration
Definition at line 340 of file stm32h7xx_ll_dma.h.
1.7.6.1