Searched defs:DstAddress (Results 1 – 5 of 5) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/ |
| D | stm32l5xx_hal_dma.c | 379 HAL_StatusTypeDef HAL_DMA_Start(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, … in HAL_DMA_Start() 422 …Def HAL_DMA_Start_IT(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t D… in HAL_DMA_Start_IT() 1269 static void DMA_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32… in DMA_SetConfig()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/ |
| D | stm32h5xx_hal_dma.c | 458 uint32_t DstAddress, in HAL_DMA_Start() 513 uint32_t DstAddress, in HAL_DMA_Start_IT() 1592 uint32_t DstAddress, in DMA_SetConfig()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
| D | stm32u5xx_hal_dma.c | 459 uint32_t DstAddress, in HAL_DMA_Start() 514 uint32_t DstAddress, in HAL_DMA_Start_IT() 1589 uint32_t DstAddress, in DMA_SetConfig()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/ |
| D | stm32u5xx_hal_dma_ex.h | 148 …uint32_t DstAddress; /*!< Specifies the destination memory address … member
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/ |
| D | stm32h5xx_hal_dma_ex.h | 148 …uint32_t DstAddress; /*!< Specifies the destination memory address … member
|