HAL + 0/21 examples
CodeScope will show references to HAL_DMA2D_IRQHandler() from the following samples and libraries:
 
Symbols
loading...
Files
loading...

HAL_DMA2D_IRQHandler() function

Handle DMA2D interrupt request.

Syntax

void HAL_DMA2D_IRQHandler(DMA2D_HandleTypeDef *hdma2d);
Implemented in stm32f4xx_hal_dma2d.c:1500

Arguments

hdma2d

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

Return value

HAL status

Examples

HAL_DMA2D_IRQHandler() is referenced by 21 libraries and example projects.

References

LocationText
stm32f4xx_hal_dma2d.c:1500
void HAL_DMA2D_IRQHandler(DMA2D_HandleTypeDef *hdma2d)
stm32f4xx_hal_dma2d.h:461
void HAL_DMA2D_IRQHandler(DMA2D_HandleTypeDef *hdma2d);