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

LL_DMA2D_InitTypeDef::OutputRed field

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

Syntax

uint32_t OutputRed;

References

LocationReferrerText
stm32f4xx_ll_dma2d.h:109
uint32_t OutputRed; /*!< Specifies the Red value of the output image.
stm32f4xx_ll_dma2d.c:212LL_DMA2D_Init()
dma2d_colorstruct.OutputRed = DMA2D_InitStruct->OutputRed;
stm32f4xx_ll_dma2d.c:239LL_DMA2D_StructInit()
DMA2D_InitStruct->OutputRed = 0x0U;

Data Use

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