LCD_LL_GetPixelformat() is only used within MB1063.
 
Symbols
loading...
Files
loading...

LCD_LL_GetPixelformat() function

Return Pixel format for a given layer

Syntax

static inline U32 LCD_LL_GetPixelformat(U32 LayerIndex);

Arguments

LayerIndex

Layer Index

Return value

Status ( 0 : 0k , 1: error)

References

LocationReferrerText
LCDConf.c:144
static inline U32 LCD_LL_GetPixelformat(U32 LayerIndex)
LCDConf.c:367LCD_X_Config()
if (LCD_LL_GetPixelformat(i) == LTDC_PIXEL_FORMAT_ARGB8888) {
LCDConf.c:490LCD_LL_LayerInit()
layer_cfg.PixelFormat = LCD_LL_GetPixelformat(LayerIndex);
LCDConf.c:583DMA2D_CopyBuffer()
PixelFormat = LCD_LL_GetPixelformat(LayerIndex);
LCDConf.c:621DMA2D_FillBuffer()
PixelFormat = LCD_LL_GetPixelformat(LayerIndex);

Call Tree

Functions calling LCD_LL_GetPixelformat()
LCD_LL_GetPixelformat()