Searched refs:MemoryAddress (Results 1 – 1 of 1) sorted by relevance
1002 …IC_INLINE void LL_DMA_SetMemoryAddress(DMA_TypeDef *DMAx, uint32_t Channel, uint32_t MemoryAddress) in LL_DMA_SetMemoryAddress() argument1004 …l_TypeDef *)((uint32_t)((uint32_t)DMAx + CHANNEL_OFFSET_TAB[Channel - 1U])))->CMAR, MemoryAddress); in LL_DMA_SetMemoryAddress()1086 …IC_INLINE void LL_DMA_SetM2MSrcAddress(DMA_TypeDef *DMAx, uint32_t Channel, uint32_t MemoryAddress) in LL_DMA_SetM2MSrcAddress() argument1088 …l_TypeDef *)((uint32_t)((uint32_t)DMAx + CHANNEL_OFFSET_TAB[Channel - 1U])))->CPAR, MemoryAddress); in LL_DMA_SetM2MSrcAddress()1108 …IC_INLINE void LL_DMA_SetM2MDstAddress(DMA_TypeDef *DMAx, uint32_t Channel, uint32_t MemoryAddress) in LL_DMA_SetM2MDstAddress() argument1110 …l_TypeDef *)((uint32_t)((uint32_t)DMAx + CHANNEL_OFFSET_TAB[Channel - 1U])))->CMAR, MemoryAddress); in LL_DMA_SetM2MDstAddress()
Completed in 10 milliseconds