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

LL_DMA2D_InitTypeDef::OutputGreen field

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

Syntax

uint32_t OutputGreen;

References

LocationReferrerText
stm32f4xx_ll_dma2d.h:93
uint32_t OutputGreen; /*!< Specifies the Green value of the output image.
stm32f4xx_ll_dma2d.c:211LL_DMA2D_Init()
dma2d_colorstruct.OutputGreen = DMA2D_InitStruct->OutputGreen;
stm32f4xx_ll_dma2d.c:238LL_DMA2D_StructInit()
DMA2D_InitStruct->OutputGreen = 0x0U;

Data Use

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