Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_DMA_DIRECTION_PERIPH_TO_MEMORY

LL_DMA_DIRECTION_PERIPH_TO_MEMORY macro

Peripheral to memory direction

Syntax

#define LL_DMA_DIRECTION_PERIPH_TO_MEMORY 0x00000000U

Examples

LL_DMA_DIRECTION_PERIPH_TO_MEMORY is referenced by 12 libraries and example projects.

References

LocationText
stm32f4xx_ll_dma.h:200
#define LL_DMA_DIRECTION_PERIPH_TO_MEMORY 0x00000000U /*!< Peripheral to memory direction */
stm32f4xx_ll_dma.c:389
DMA_InitStruct->Direction = LL_DMA_DIRECTION_PERIPH_TO_MEMORY;