|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
DMA data transfer direction. More...
Macros | |
| #define | DMA_PERIPH_TO_MEMORY 0x00000000U |
| #define | DMA_MEMORY_TO_PERIPH ((uint32_t)DMA_SxCR_DIR_0) |
| #define | DMA_MEMORY_TO_MEMORY ((uint32_t)DMA_SxCR_DIR_1) |
DMA data transfer direction.
| #define DMA_MEMORY_TO_MEMORY ((uint32_t)DMA_SxCR_DIR_1) |
Memory to memory direction
Definition at line 229 of file stm32f4xx_hal_dma.h.
| #define DMA_MEMORY_TO_PERIPH ((uint32_t)DMA_SxCR_DIR_0) |
Memory to peripheral direction
Definition at line 228 of file stm32f4xx_hal_dma.h.
| #define DMA_PERIPH_TO_MEMORY 0x00000000U |
Peripheral to memory direction
Definition at line 227 of file stm32f4xx_hal_dma.h.