STM32H735xx 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 207 of file stm32h7xx_ll_dma.h.
#define LL_DMA_DIRECTION_MEMORY_TO_PERIPH DMA_SxCR_DIR_0 |
Memory to peripheral direction
Definition at line 206 of file stm32h7xx_ll_dma.h.
Referenced by LL_DMA_ConfigAddresses().
#define LL_DMA_DIRECTION_PERIPH_TO_MEMORY 0x00000000U |
Peripheral to memory direction
Definition at line 205 of file stm32h7xx_ll_dma.h.
Referenced by LL_DMA_StructInit().