HAL + 0/69 examples
CodeScope will show references to HAL_DMA2D_Init() from the following samples and libraries:
Drivers
Boards
Examples
STM32469I-Discovery
Demonstrations
Applications
Display
Examples
DMA2D
LCD_DSI
STM32469I_EVAL
Demonstrations
Examples
DCMI
DMA2D
LCD_DSI
Applications
Camera
Display
STM324x9I_EVAL
Demonstrations
STemWin
Applications
Camera
Display
STemWin
Examples
DCMI
DMA2D
STM32F429I-Discovery
Demonstrations
Applications
Display
LibJPEG
STemWin
Examples
DMA2D
 
Symbols
loading...
Files
loading...

HAL_DMA2D_Init() function

Initialize the DMA2D according to the specified parameters in the DMA2D_InitTypeDef and create the associated handle.

Arguments

hdma2d

pointer to a DMA2D_HandleTypeDef structure that contains the configuration information for the DMA2D.

Return value

HAL status

Examples

HAL_DMA2D_Init() is referenced by 69 libraries and example projects.

References

LocationText
stm32f4xx_hal_dma2d.c:238
HAL_StatusTypeDef HAL_DMA2D_Init(DMA2D_HandleTypeDef *hdma2d)
stm32f4xx_hal_dma2d.h:418
HAL_StatusTypeDef HAL_DMA2D_Init(DMA2D_HandleTypeDef *hdma2d);