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

LL_DMA2D_InitTypeDef::OutputAlpha field

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

Syntax

uint32_t OutputAlpha;

References

LocationReferrerText
stm32f4xx_ll_dma2d.h:125
uint32_t OutputAlpha; /*!< Specifies the Alpha channel of the output image.
stm32f4xx_ll_dma2d.c:213LL_DMA2D_Init()
dma2d_colorstruct.OutputAlpha = DMA2D_InitStruct->OutputAlpha;
stm32f4xx_ll_dma2d.c:240LL_DMA2D_StructInit()
DMA2D_InitStruct->OutputAlpha = 0x0U;

Data Use

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