HAL
LL_DMA2D_ColorTypeDef is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_DMA2D_ColorTypeDef struct

LL DMA2D Output Color Structure Definition

Syntax

typedef struct {   uint32_t ColorMode;               uint32_t OutputBlue;              uint32_t OutputGreen;             uint32_t OutputRed;               uint32_t OutputAlpha;           } LL_DMA2D_ColorTypeDef;

Fields

ColorMode

Specifies the color format of the output image. - This parameter can be one value of DMA2D_LL_EC_OUTPUT_COLOR_MODE. This parameter can be modified afterwards using unitary function LL_DMA2D_SetOutputColorMode(). Read more...

OutputBlue

Specifies the Blue value of the output image. - This parameter must be a number between: Min_Data = 0x00 and Max_Data = 0xFF if ARGB8888 color mode is selected. - This parameter must be a number between: Min_Data = 0x00 and Max_Data = 0xFF if RGB888 color mode is selected. - This parameter must be a number between: Min_Data = 0x00 and Max_Data = 0x1F if RGB565 color mode is selected. - This parameter must be a number between: Min_Data = 0x00 and Max_Data = 0x1F if ARGB1555 color mode is selected. - This parameter must be a number between: Min_Data = 0x00 and Max_Data = 0x0F if ARGB4444 color mode is selected. This parameter can be modified afterwards using, unitary function LL_DMA2D_SetOutputColor() or configuration function LL_DMA2D_ConfigOutputColor(). Read more...

OutputGreen

Specifies the Green value of the output image. - This parameter must be a number between: Min_Data = 0x00 and Max_Data = 0xFF if ARGB8888 color mode is selected. - This parameter must be a number between Min_Data = 0x00 and Max_Data = 0xFF if RGB888 color mode is selected. - This parameter must be a number between: Min_Data = 0x00 and Max_Data = 0x3F if RGB565 color mode is selected. - This parameter must be a number between: Min_Data = 0x00 and Max_Data = 0x1F if ARGB1555 color mode is selected. - This parameter must be a number between: Min_Data = 0x00 and Max_Data = 0x0F if ARGB4444 color mode is selected. This parameter can be modified afterwards, using unitary function LL_DMA2D_SetOutputColor() or configuration function LL_DMA2D_ConfigOutputColor(). Read more...

OutputRed

Specifies the Red value of the output image. - This parameter must be a number between: Min_Data = 0x00 and Max_Data = 0xFF if ARGB8888 color mode is selected. - This parameter must be a number between: Min_Data = 0x00 and Max_Data = 0xFF if RGB888 color mode is selected. - This parameter must be a number between: Min_Data = 0x00 and Max_Data = 0x1F if RGB565 color mode is selected. - This parameter must be a number between: Min_Data = 0x00 and Max_Data = 0x1F if ARGB1555 color mode is selected. - This parameter must be a number between: Min_Data = 0x00 and Max_Data = 0x0F if ARGB4444 color mode is selected. This parameter can be modified afterwards, using unitary function LL_DMA2D_SetOutputColor() or configuration function LL_DMA2D_ConfigOutputColor(). Read more...

OutputAlpha

Specifies the Alpha channel of the output image. - This parameter must be a number between: Min_Data = 0x00 and Max_Data = 0xFF if ARGB8888 color mode is selected. - This parameter must be a number between: Min_Data = 0x00 and Max_Data = 0x01 if ARGB1555 color mode is selected. - This parameter must be a number between: Min_Data = 0x00 and Max_Data = 0x0F if ARGB4444 color mode is selected. - This parameter is not considered if RGB888 or RGB565 color mode is selected. This parameter can be modified afterwards, using unitary function LL_DMA2D_SetOutputColor() or configuration function LL_DMA2D_ConfigOutputColor(). Read more...

Type Use

Variables of LL_DMA2D_ColorTypeDef type
LL_DMA2D_Init()::dma2d_colorstruct
all items filtered out
LL_DMA2D_ColorTypeDef
all items filtered out
LL_DMA2D_ColorTypeDef
all items filtered out
Allocators of LL_DMA2D_ColorTypeDef
Deletors of LL_DMA2D_ColorTypeDef
LL_DMA2D_Init()::dma2d_colorstruct
all items filtered out
LL_DMA2D_ColorTypeDef
LL_DMA2D_Init()::dma2d_colorstruct
all items filtered out