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

LL_DMA_SetMemorySize() function

Set Memory size.

Syntax

__STATIC_INLINE void LL_DMA_SetMemorySize(DMA_TypeDef *DMAx,     uint32_t Stream,     uint32_t Size);

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

Size

This parameter can be one of the following values: @arg LL_DMA_MDATAALIGN_BYTE @arg LL_DMA_MDATAALIGN_HALFWORD @arg LL_DMA_MDATAALIGN_WORD

Return value

None

Examples

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

References

LocationText
stm32f4xx_ll_dma.h:828
__STATIC_INLINE void LL_DMA_SetMemorySize(DMA_TypeDef *DMAx, uint32_t Stream, uint32_t Size)

Data Use