#define DMA_MEMORY_TO_MEMORY LL_DMA_DIRECTION_MEMORY_TO_MEMORY |
Memory to memory direction
Definition at line 397 of file gr55xx_hal_dma.h.
#define DMA_MEMORY_TO_PERIPH LL_DMA_DIRECTION_MEMORY_TO_PERIPH |
Memory to peripheral direction
Definition at line 398 of file gr55xx_hal_dma.h.
#define DMA_PERIPH_TO_MEMORY LL_DMA_DIRECTION_PERIPH_TO_MEMORY |
Peripheral to memory direction
Definition at line 399 of file gr55xx_hal_dma.h.
#define DMA_PERIPH_TO_PERIPH LL_DMA_DIRECTION_PERIPH_TO_PERIPH |
Peripheral to Peripheral direction
Definition at line 400 of file gr55xx_hal_dma.h.