![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
DMA memory burst. More...
Macros | |
| #define | DMA_MBURST_SINGLE ((uint32_t)0x00000000U) |
| #define | DMA_MBURST_INC4 ((uint32_t)DMA_SxCR_MBURST_0) |
| #define | DMA_MBURST_INC8 ((uint32_t)DMA_SxCR_MBURST_1) |
| #define | DMA_MBURST_INC16 ((uint32_t)DMA_SxCR_MBURST) |
DMA memory burst.
| #define DMA_MBURST_INC16 ((uint32_t)DMA_SxCR_MBURST) |
Definition at line 321 of file stm32f7xx_hal_dma.h.
| #define DMA_MBURST_INC4 ((uint32_t)DMA_SxCR_MBURST_0) |
Definition at line 319 of file stm32f7xx_hal_dma.h.
| #define DMA_MBURST_INC8 ((uint32_t)DMA_SxCR_MBURST_1) |
Definition at line 320 of file stm32f7xx_hal_dma.h.
| #define DMA_MBURST_SINGLE ((uint32_t)0x00000000U) |
Definition at line 318 of file stm32f7xx_hal_dma.h.
1.8.11