LL_DMA_DIRECTION_MEMORY_TO_MEMORY only.
Reference Manual to
LL API cross
reference:
PAR PA LL_DMA_GetM2MSrcAddress
LL_DMA_GetM2MDstAddress
__STATIC_INLINE uint32_t LL_DMA_GetM2MDstAddress
(DMA_TypeDef * DMAx, uint32_t Stream)
Get the Memory to Memory Destination 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
Interface used for direction
LL_DMA_DIRECTION_MEMORY_TO_MEMORY only.
Reference Manual to
LL API cross
reference:
M0AR M0A LL_DMA_GetM2MDstAddress
LL_DMA_SetMemory1Address
__STATIC_INLINE void LL_DMA_SetMemory1Address
(DMA_TypeDef * DMAx, uint32_t Stream, uint32_t Address)
Set Memory 1 address (used in case of Double buffer mode).
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
Address: Between 0 to 0xFFFFFFFF
Reference Manual to
LL API cross
reference:
M1AR M1A LL_DMA_SetMemory1Address