HAL + 0/1 examples
CodeScope will show references to LL_DMA_SetDataTransferDirection() from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
DMA
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_DMA_SetDataTransferDirection()

LL_DMA_SetDataTransferDirection() function

Set Data transfer direction (read from peripheral or from memory).

Syntax

__STATIC_INLINE void LL_DMA_SetDataTransferDirection(DMA_TypeDef *DMAx,     uint32_t Stream,     uint32_t Direction);

Arguments

DMAx

DMAx Instance

Stream

This parameter can be one of the following values: @arg LL_DMA_STREAM_0 @arg LL_DMA_STREAM_1 @arg LL_DMA_STREAM_2 @arg LL_DMA_STREAM_3 @arg LL_DMA_STREAM_4 @arg LL_DMA_STREAM_5 @arg LL_DMA_STREAM_6 @arg LL_DMA_STREAM_7

Direction

This parameter can be one of the following values: @arg LL_DMA_DIRECTION_PERIPH_TO_MEMORY @arg LL_DMA_DIRECTION_MEMORY_TO_PERIPH @arg LL_DMA_DIRECTION_MEMORY_TO_MEMORY

Return value

None

Examples

LL_DMA_SetDataTransferDirection() is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_dma.h:595
__STATIC_INLINE void LL_DMA_SetDataTransferDirection(DMA_TypeDef *DMAx, uint32_t Stream, uint32_t Direction)

Data Use