Home
last modified time | relevance | path

Searched refs:DMA2D_SetConfig (Results 1 – 2 of 2) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_dma2d.c204 static void DMA2D_SetConfig(DMA2D_HandleTypeDef *hdma2d, uint32_t pdata, uint32_t DstAddress, uint3…
696 DMA2D_SetConfig(hdma2d, pdata, DstAddress, Width, Height); in HAL_DMA2D_Start()
730 DMA2D_SetConfig(hdma2d, pdata, DstAddress, Width, Height); in HAL_DMA2D_Start_IT()
770 DMA2D_SetConfig(hdma2d, SrcAddress2, DstAddress, Width, Height); in HAL_DMA2D_BlendingStart()
777 DMA2D_SetConfig(hdma2d, SrcAddress1, DstAddress, Width, Height); in HAL_DMA2D_BlendingStart()
785 DMA2D_SetConfig(hdma2d, SrcAddress1, DstAddress, Width, Height); in HAL_DMA2D_BlendingStart()
793 DMA2D_SetConfig(hdma2d, SrcAddress1, DstAddress, Width, Height); in HAL_DMA2D_BlendingStart()
831 DMA2D_SetConfig(hdma2d, SrcAddress2, DstAddress, Width, Height); in HAL_DMA2D_BlendingStart_IT()
838 DMA2D_SetConfig(hdma2d, SrcAddress1, DstAddress, Width, Height); in HAL_DMA2D_BlendingStart_IT()
845 DMA2D_SetConfig(hdma2d, SrcAddress1, DstAddress, Width, Height); in HAL_DMA2D_BlendingStart_IT()
[all …]
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_dma2d.c204 static void DMA2D_SetConfig(DMA2D_HandleTypeDef *hdma2d, uint32_t pdata, uint32_t DstAddress, uint3…
678 DMA2D_SetConfig(hdma2d, pdata, DstAddress, Width, Height); in HAL_DMA2D_Start()
712 DMA2D_SetConfig(hdma2d, pdata, DstAddress, Width, Height); in HAL_DMA2D_Start_IT()
750 DMA2D_SetConfig(hdma2d, SrcAddress1, DstAddress, Width, Height); in HAL_DMA2D_BlendingStart()
785 DMA2D_SetConfig(hdma2d, SrcAddress1, DstAddress, Width, Height); in HAL_DMA2D_BlendingStart_IT()
2033 static void DMA2D_SetConfig(DMA2D_HandleTypeDef *hdma2d, uint32_t pdata, uint32_t DstAddress, uint3… in DMA2D_SetConfig() function