Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dma2d.c220 static void DMA2D_SetConfig(DMA2D_HandleTypeDef *hdma2d, uint32_t pdata, uint32_t DstAddress, uint3…
712 DMA2D_SetConfig(hdma2d, pdata, DstAddress, Width, Height); in HAL_DMA2D_Start()
746 DMA2D_SetConfig(hdma2d, pdata, DstAddress, Width, Height); in HAL_DMA2D_Start_IT()
784 DMA2D_SetConfig(hdma2d, SrcAddress1, DstAddress, Width, Height); in HAL_DMA2D_BlendingStart()
819 DMA2D_SetConfig(hdma2d, SrcAddress1, DstAddress, Width, Height); in HAL_DMA2D_BlendingStart_IT()
1949 static void DMA2D_SetConfig(DMA2D_HandleTypeDef *hdma2d, uint32_t pdata, uint32_t DstAddress, uint3… in DMA2D_SetConfig() function