UM1940
Function description
Parameters
Return values
Notes
Reference Manual to
LL API cross
reference:
LL_DMA_SetMemoryAddress
Function name
Function description
Parameters
Return values
Notes
Reference Manual to
LL API cross
Configure the Source and Destination addresses.
DMAx: DMAx Instance
Stream: This parameter can be one of the following values:
LL_DMA_STREAM_0
LL_DMA_STREAM_1
LL_DMA_STREAM_2
LL_DMA_STREAM_3
LL_DMA_STREAM_4
LL_DMA_STREAM_5
LL_DMA_STREAM_6
LL_DMA_STREAM_7
SrcAddress: Between 0 to 0xFFFFFFFF
DstAddress: Between 0 to 0xFFFFFFFF
Direction: This parameter can be one of the following
values:
LL_DMA_DIRECTION_PERIPH_TO_MEMORY
LL_DMA_DIRECTION_MEMORY_TO_PERIPH
LL_DMA_DIRECTION_MEMORY_TO_MEMORY
None:
This API must not be called when the DMA stream is enabled.
M0AR M0A LL_DMA_ConfigAddresses
PAR PA LL_DMA_ConfigAddresses
__STATIC_INLINE void LL_DMA_SetMemoryAddress
(DMA_TypeDef * DMAx, uint32_t Stream, uint32_t
MemoryAddress)
Set the Memory address.
DMAx: DMAx Instance
Stream: This parameter can be one of the following values:
LL_DMA_STREAM_0
LL_DMA_STREAM_1
LL_DMA_STREAM_2
LL_DMA_STREAM_3
LL_DMA_STREAM_4
LL_DMA_STREAM_5
LL_DMA_STREAM_6
LL_DMA_STREAM_7
MemoryAddress: Between 0 to 0xFFFFFFFF
None:
Interface used for direction
LL_DMA_DIRECTION_PERIPH_TO_MEMORY or
LL_DMA_DIRECTION_MEMORY_TO_PERIPH only.
This API must not be called when the DMA channel is
enabled.
M0AR M0A LL_DMA_SetMemoryAddress
DocID028236 Rev 2
LL DMA Generic Driver
875/1371
Need help?
Do you have a question about the STM32F2 and is the answer not in the manual?