STM32F103xB HAL User Manual
|
Defines | |
#define | LL_DMA_DIRECTION_PERIPH_TO_MEMORY 0x00000000U |
#define | LL_DMA_DIRECTION_MEMORY_TO_PERIPH DMA_CCR_DIR |
#define | LL_DMA_DIRECTION_MEMORY_TO_MEMORY DMA_CCR_MEM2MEM |
#define LL_DMA_DIRECTION_MEMORY_TO_MEMORY DMA_CCR_MEM2MEM |
Memory to memory direction
Definition at line 252 of file stm32f1xx_ll_dma.h.
#define LL_DMA_DIRECTION_MEMORY_TO_PERIPH DMA_CCR_DIR |
Memory to peripheral direction
Definition at line 251 of file stm32f1xx_ll_dma.h.
Referenced by LL_DMA_ConfigAddresses().
#define LL_DMA_DIRECTION_PERIPH_TO_MEMORY 0x00000000U |
Peripheral to memory direction
Definition at line 250 of file stm32f1xx_ll_dma.h.
Referenced by LL_DMA_StructInit().