HAL
LL_DMA2D_InitTypeDef::OutputBlue is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_DMA2D_InitTypeDef::OutputBlue

LL_DMA2D_InitTypeDef::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:77
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:237LL_DMA2D_StructInit()
DMA2D_InitStruct->OutputBlue = 0x0U;

Data Use

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