Home
last modified time | relevance | path

Searched refs:SrcAddress (Results 1 – 11 of 11) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_dma_ex.h212 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…
Dstm32l5xx_hal_dma.h679 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/
Dstm32l5xx_hal_dma.c111 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/
Dstm32h5xx_hal_dma.c203 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()
Dstm32h5xx_hal_dma_ex.c3823 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/
Dstm32u5xx_hal_dma.c204 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()
Dstm32u5xx_hal_dma_ex.c3829 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/
Dstm32u5xx_hal_dma.h695 uint32_t SrcAddress,
699 uint32_t SrcAddress,
Dstm32u5xx_hal_dma_ex.h147 …uint32_t SrcAddress; /*!< Specifies the source memory address … member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_dma.h972 uint32_t SrcAddress,
976 uint32_t SrcAddress,
Dstm32h5xx_hal_dma_ex.h147 …uint32_t SrcAddress; /*!< Specifies the source memory address … member