|
STM32F479xx HAL User Manual
|
Defines | |
| #define | LL_DMA_DIRECTION_PERIPH_TO_MEMORY 0x00000000U |
| #define | LL_DMA_DIRECTION_MEMORY_TO_PERIPH DMA_SxCR_DIR_0 |
| #define | LL_DMA_DIRECTION_MEMORY_TO_MEMORY DMA_SxCR_DIR_1 |
| #define LL_DMA_DIRECTION_MEMORY_TO_MEMORY DMA_SxCR_DIR_1 |
Memory to memory direction
Definition at line 203 of file stm32f4xx_ll_dma.h.
| #define LL_DMA_DIRECTION_MEMORY_TO_PERIPH DMA_SxCR_DIR_0 |
Memory to peripheral direction
Definition at line 202 of file stm32f4xx_ll_dma.h.
Referenced by LL_DMA_ConfigAddresses().
| #define LL_DMA_DIRECTION_PERIPH_TO_MEMORY 0x00000000U |
Peripheral to memory direction
Definition at line 201 of file stm32f4xx_ll_dma.h.
Referenced by LL_DMA_StructInit().
1.7.6.1