HAL + 0/59 examples
CodeScope will show references to LTDC_LayerCfgTypeDef::PixelFormat from the following samples and libraries:
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLTDC_LayerCfgTypeDef::PixelFormat

LTDC_LayerCfgTypeDef::PixelFormat field

Specifies the pixel format. This parameter can be one of value of LTDC_Pixelformat

Syntax

uint32_t PixelFormat;

Examples

LTDC_LayerCfgTypeDef::PixelFormat is referenced by 59 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_ltdc.h:137
uint32_t PixelFormat; /*!< Specifies the pixel format.
stm32f4xx_hal_ltdc.c:839HAL_LTDC_ConfigLayer()
assert_param(IS_LTDC_PIXEL_FORMAT(pLayerCfg->PixelFormat));
stm32f4xx_hal_ltdc.c:935HAL_LTDC_ConfigCLUT()
stm32f4xx_hal_ltdc.c:1291HAL_LTDC_SetPixelFormat()
pLayerCfg->PixelFormat = Pixelformat;
stm32f4xx_hal_ltdc.c:1427HAL_LTDC_SetPitch()
pixelFormat = hltdc->LayerCfg[LayerIdx].PixelFormat;
stm32f4xx_hal_ltdc.c:1567HAL_LTDC_ConfigLayer_NoReload()
assert_param(IS_LTDC_PIXEL_FORMAT(pLayerCfg->PixelFormat));
stm32f4xx_hal_ltdc.c:1731HAL_LTDC_SetPixelFormat_NoReload()
pLayerCfg->PixelFormat = Pixelformat;
stm32f4xx_hal_ltdc.c:1862HAL_LTDC_SetPitch_NoReload()
pixelFormat = hltdc->LayerCfg[LayerIdx].PixelFormat;
stm32f4xx_hal_ltdc.c:2151LTDC_SetConfig()
LTDC_LAYER(hltdc, LayerIdx)->PFCR = (pLayerCfg->PixelFormat);
stm32f4xx_hal_ltdc.c:2173LTDC_SetConfig()
stm32f4xx_hal_ltdc.c:2177LTDC_SetConfig()
else if (pLayerCfg->PixelFormat == LTDC_PIXEL_FORMAT_RGB888)
stm32f4xx_hal_ltdc.c:2181LTDC_SetConfig()
else if ((pLayerCfg->PixelFormat == LTDC_PIXEL_FORMAT_ARGB4444) || \
stm32f4xx_hal_ltdc.c:2182LTDC_SetConfig()
(pLayerCfg->PixelFormat == LTDC_PIXEL_FORMAT_RGB565) || \
stm32f4xx_hal_ltdc.c:2183LTDC_SetConfig()
(pLayerCfg->PixelFormat == LTDC_PIXEL_FORMAT_ARGB1555) || \
stm32f4xx_hal_ltdc.c:2184LTDC_SetConfig()

Data Use

Functions writing LTDC_LayerCfgTypeDef::PixelFormat
Functions reading LTDC_LayerCfgTypeDef::PixelFormat
LTDC_LayerCfgTypeDef::PixelFormat
Type of LTDC_LayerCfgTypeDef::PixelFormat
LTDC_LayerCfgTypeDef::PixelFormat
uint32_t
all items filtered out