HAL
HAL_DMA2D_ConfigCLUT() is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_DMA2D_ConfigCLUT() function

Configure the DMA2D CLUT Transfer.

Syntax

Arguments

hdma2d

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

CLUTCfg

Pointer to a DMA2D_CLUTCfgTypeDef structure that contains the configuration information for the color look up table.

LayerIdx

DMA2D Layer index. This parameter can be one of the following values: DMA2D_BACKGROUND_LAYER(0) / DMA2D_FOREGROUND_LAYER(1)

Return value

HAL status

Notes

API obsolete and maintained for compatibility with legacy. User is invited to resort to HAL_DMA2D_CLUTStartLoad() instead to benefit from code compactness, code size and improved heap usage.

References

LocationText
stm32f4xx_hal_dma2d.c:1826
HAL_StatusTypeDef HAL_DMA2D_ConfigCLUT(DMA2D_HandleTypeDef *hdma2d, DMA2D_CLUTCfgTypeDef CLUTCfg, uint32_t LayerIdx)
stm32f4xx_hal_dma2d.h:475
HAL_StatusTypeDef HAL_DMA2D_ConfigCLUT(DMA2D_HandleTypeDef *hdma2d, DMA2D_CLUTCfgTypeDef CLUTCfg, uint32_t LayerIdx);