| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/ |
| D | stm32l5xx_hal_dma_ex.h | 212 HAL_StatusTypeDef HAL_DMAEx_MultiBufferStart(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t… 213 HAL_StatusTypeDef HAL_DMAEx_MultiBufferStart_IT(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint3…
|
| D | stm32l5xx_hal_dma.h | 679 HAL_StatusTypeDef HAL_DMA_Start (DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress,… 680 HAL_StatusTypeDef HAL_DMA_Start_IT(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddres…
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/ |
| D | stm32l5xx_hal_dma.c | 111 static void DMA_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32… 379 HAL_StatusTypeDef HAL_DMA_Start(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, … in HAL_DMA_Start() argument 399 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start() 422 HAL_StatusTypeDef HAL_DMA_Start_IT(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddres… in HAL_DMA_Start_IT() argument 442 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start_IT() 1269 static void DMA_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32… in DMA_SetConfig() argument 1293 hdma->Instance->CM0AR = SrcAddress; in DMA_SetConfig() 1299 hdma->Instance->CPAR = SrcAddress; in DMA_SetConfig()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/ |
| D | stm32h5xx_hal_dma.c | 203 uint32_t SrcAddress, 457 uint32_t SrcAddress, in HAL_DMA_Start() argument 483 DMA_SetConfig(hdma, SrcAddress, DstAddress, SrcDataSize); in HAL_DMA_Start() 512 uint32_t SrcAddress, in HAL_DMA_Start_IT() argument 538 DMA_SetConfig(hdma, SrcAddress, DstAddress, SrcDataSize); in HAL_DMA_Start_IT() 1591 uint32_t SrcAddress, in DMA_SetConfig() argument 1603 hdma->Instance->CSAR = SrcAddress; in DMA_SetConfig()
|
| D | stm32h5xx_hal_dma_ex.c | 3823 pNode->LinkRegisters[NODE_CSAR_DEFAULT_OFFSET] = pNodeConfig->SrcAddress; in DMA_List_BuildNode() 4004 pNodeConfig->SrcAddress = pNode->LinkRegisters[NODE_CSAR_DEFAULT_OFFSET]; in DMA_List_GetNodeConfig()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
| D | stm32u5xx_hal_dma.c | 204 uint32_t SrcAddress, 458 uint32_t SrcAddress, in HAL_DMA_Start() argument 484 DMA_SetConfig(hdma, SrcAddress, DstAddress, SrcDataSize); in HAL_DMA_Start() 513 uint32_t SrcAddress, in HAL_DMA_Start_IT() argument 539 DMA_SetConfig(hdma, SrcAddress, DstAddress, SrcDataSize); in HAL_DMA_Start_IT() 1588 uint32_t SrcAddress, in DMA_SetConfig() argument 1600 hdma->Instance->CSAR = SrcAddress; in DMA_SetConfig()
|
| D | stm32u5xx_hal_dma_ex.c | 3829 pNode->LinkRegisters[NODE_CSAR_DEFAULT_OFFSET] = pNodeConfig->SrcAddress; in DMA_List_BuildNode() 4010 pNodeConfig->SrcAddress = pNode->LinkRegisters[NODE_CSAR_DEFAULT_OFFSET]; in DMA_List_GetNodeConfig()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/ |
| D | stm32u5xx_hal_dma.h | 695 uint32_t SrcAddress, 699 uint32_t SrcAddress,
|
| D | stm32u5xx_hal_dma_ex.h | 147 …uint32_t SrcAddress; /*!< Specifies the source memory address … member
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/ |
| D | stm32h5xx_hal_dma.h | 972 uint32_t SrcAddress, 976 uint32_t SrcAddress,
|
| D | stm32h5xx_hal_dma_ex.h | 147 …uint32_t SrcAddress; /*!< Specifies the source memory address … member
|