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

LL_DMA2D_FGND_SetColor() function

Set DMA2D foreground color values, expressed on 24 bits ([23:0] bits).

Syntax

__STATIC_INLINE void LL_DMA2D_FGND_SetColor(DMA2D_TypeDef *DMA2Dx,     uint32_t Red,     uint32_t Green,     uint32_t Blue);

Arguments

DMA2Dx

DMA2D Instance

Red

Value between Min_Data=0 and Max_Data=0xFF

Green

Value between Min_Data=0 and Max_Data=0xFF

Blue

Value between Min_Data=0 and Max_Data=0xFF

Return value

None

References

LocationReferrerText
stm32f4xx_ll_dma2d.h:1023
__STATIC_INLINE void LL_DMA2D_FGND_SetColor(DMA2D_TypeDef *DMA2Dx, uint32_t Red, uint32_t Green, uint32_t Blue)
stm32f4xx_ll_dma2d.c:306LL_DMA2D_ConfigLayer()

Call Tree

Functions calling LL_DMA2D_FGND_SetColor()
all items filtered out
LL_DMA2D_FGND_SetColor()