HAL + 0/8 examples
CodeScope will show references to HAL_DMA2D_BlendingStart_IT() from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
Examples
DMA2D
STM32469I_EVAL
Demonstrations
Examples
DMA2D
STM324x9I_EVAL
Demonstrations
Examples
DMA2D
STM32F429I-Discovery
Demonstrations
Examples
DMA2D
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_DMA2D_BlendingStart_IT()

HAL_DMA2D_BlendingStart_IT() function

Start the multi-source DMA2D Transfer with interrupt enabled.

Syntax

HAL_StatusTypeDef HAL_DMA2D_BlendingStart_IT(DMA2D_HandleTypeDef *hdma2d,     uint32_t SrcAddress1,     uint32_t SrcAddress2,     uint32_t DstAddress,     uint32_t Width,     uint32_t Height);
Implemented in stm32f4xx_hal_dma2d.c:778

Arguments

hdma2d

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

SrcAddress1

The source memory Buffer address for the foreground layer.

SrcAddress2

The source memory Buffer address for the background layer.

DstAddress

The destination memory Buffer address.

Width

The width of data to be transferred from source to destination (expressed in number of pixels per line).

Height

The height of data to be transferred from source to destination (expressed in number of lines).

Return value

HAL status

Examples

HAL_DMA2D_BlendingStart_IT() is referenced by 8 libraries and example projects.

References

LocationText
stm32f4xx_hal_dma2d.c:778
HAL_StatusTypeDef HAL_DMA2D_BlendingStart_IT(DMA2D_HandleTypeDef *hdma2d, uint32_t SrcAddress1, uint32_t SrcAddress2,
stm32f4xx_hal_dma2d.h:445
HAL_StatusTypeDef HAL_DMA2D_BlendingStart_IT(DMA2D_HandleTypeDef *hdma2d, uint32_t SrcAddress1, uint32_t SrcAddress2,