Lines Matching refs:DstAddress
204 static void DMA2D_SetConfig(DMA2D_HandleTypeDef *hdma2d, uint32_t pdata, uint32_t DstAddress, uint3…
689 HAL_StatusTypeDef HAL_DMA2D_Start(DMA2D_HandleTypeDef *hdma2d, uint32_t pdata, uint32_t DstAddress,… in HAL_DMA2D_Start() argument
703 DMA2D_SetConfig(hdma2d, pdata, DstAddress, Width, Height); in HAL_DMA2D_Start()
725 …AL_DMA2D_Start_IT(DMA2D_HandleTypeDef *hdma2d, uint32_t pdata, uint32_t DstAddress, uint32_t Width, in HAL_DMA2D_Start_IT() argument
739 DMA2D_SetConfig(hdma2d, pdata, DstAddress, Width, Height); in HAL_DMA2D_Start_IT()
763 uint32_t DstAddress, uint32_t Width, uint32_t Height) in HAL_DMA2D_BlendingStart() argument
781 DMA2D_SetConfig(hdma2d, SrcAddress2, DstAddress, Width, Height); in HAL_DMA2D_BlendingStart()
788 DMA2D_SetConfig(hdma2d, SrcAddress1, DstAddress, Width, Height); in HAL_DMA2D_BlendingStart()
796 DMA2D_SetConfig(hdma2d, SrcAddress1, DstAddress, Width, Height); in HAL_DMA2D_BlendingStart()
804 DMA2D_SetConfig(hdma2d, SrcAddress1, DstAddress, Width, Height); in HAL_DMA2D_BlendingStart()
826 uint32_t DstAddress, uint32_t Width, uint32_t Height) in HAL_DMA2D_BlendingStart_IT() argument
844 DMA2D_SetConfig(hdma2d, SrcAddress2, DstAddress, Width, Height); in HAL_DMA2D_BlendingStart_IT()
851 DMA2D_SetConfig(hdma2d, SrcAddress1, DstAddress, Width, Height); in HAL_DMA2D_BlendingStart_IT()
858 DMA2D_SetConfig(hdma2d, SrcAddress1, DstAddress, Width, Height); in HAL_DMA2D_BlendingStart_IT()
866 DMA2D_SetConfig(hdma2d, SrcAddress1, DstAddress, Width, Height); in HAL_DMA2D_BlendingStart_IT()
2125 static void DMA2D_SetConfig(DMA2D_HandleTypeDef *hdma2d, uint32_t pdata, uint32_t DstAddress, uint3… in DMA2D_SetConfig() argument
2138 WRITE_REG(hdma2d->Instance->OMAR, DstAddress); in DMA2D_SetConfig()