STM32L443xx 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 300 of file stm32l4xx_ll_dma.h.
#define LL_DMA_DIRECTION_MEMORY_TO_PERIPH DMA_CCR_DIR |
Memory to peripheral direction
Definition at line 299 of file stm32l4xx_ll_dma.h.
Referenced by LL_DMA_ConfigAddresses().
#define LL_DMA_DIRECTION_PERIPH_TO_MEMORY 0x00000000U |
Peripheral to memory direction
Definition at line 298 of file stm32l4xx_ll_dma.h.
Referenced by LL_DMA_StructInit().