HAL
LL_DMA2D_ColorTypeDef::OutputBlue is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_DMA2D_ColorTypeDef::OutputBlue

LL_DMA2D_ColorTypeDef::OutputBlue field

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().

Syntax

uint32_t OutputBlue;

References

LocationReferrerText
stm32f4xx_ll_dma2d.h:268
uint32_t OutputBlue; /*!< Specifies the Blue value of the output image.
stm32f4xx_ll_dma2d.c:210LL_DMA2D_Init()
dma2d_colorstruct.OutputBlue = DMA2D_InitStruct->OutputBlue;
stm32f4xx_ll_dma2d.c:388LL_DMA2D_ConfigOutputColor()
LL_DMA2D_SetOutputColor(DMA2Dx, (outgreen | outred | DMA2D_ColorStruct->OutputBlue | outalpha));

Data Use

Functions writing LL_DMA2D_ColorTypeDef::OutputBlue
Functions reading LL_DMA2D_ColorTypeDef::OutputBlue
all items filtered out
LL_DMA2D_ColorTypeDef::OutputBlue
all items filtered out
Type of LL_DMA2D_ColorTypeDef::OutputBlue
LL_DMA2D_ColorTypeDef::OutputBlue
uint32_t
all items filtered out