HAL + 0/26 examples
CodeScope will show references to LTDC_PIXEL_FORMAT_ARGB1555 from the following samples and libraries:
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLTDC_PIXEL_FORMAT_ARGB1555

LTDC_PIXEL_FORMAT_ARGB1555 macro

ARGB1555 LTDC pixel format

Syntax

#define LTDC_PIXEL_FORMAT_ARGB1555 0x00000003U

Examples

LTDC_PIXEL_FORMAT_ARGB1555 is referenced by 26 libraries and example projects.

References

LocationText
stm32f4xx_hal_ltdc.h:344
#define LTDC_PIXEL_FORMAT_ARGB1555 0x00000003U /*!< ARGB1555 LTDC pixel format */
stm32f4xx_hal_ltdc.c:1439
(pixelFormat == LTDC_PIXEL_FORMAT_ARGB1555) || \
stm32f4xx_hal_ltdc.c:1874
(pixelFormat == LTDC_PIXEL_FORMAT_ARGB1555) || \
stm32f4xx_hal_ltdc.c:2183
(pLayerCfg->PixelFormat == LTDC_PIXEL_FORMAT_ARGB1555) || \
stm32f4xx_hal_ltdc.h:675
((__PIXEL_FORMAT__) == LTDC_PIXEL_FORMAT_ARGB1555) || \