HAL + 0/33 examples
CodeScope will show references to HAL_LTDC_ConfigColorKeying() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_LTDC_ConfigColorKeying()

HAL_LTDC_ConfigColorKeying() function

Configure the color keying.

Syntax

HAL_StatusTypeDef HAL_LTDC_ConfigColorKeying(LTDC_HandleTypeDef *hltdc,     uint32_t RGBValue,     uint32_t LayerIdx);
Implemented in stm32f4xx_hal_ltdc.c:881

Arguments

hltdc

pointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC.

RGBValue

the color key value

LayerIdx

LTDC Layer index. This parameter can be one of the following values: LTDC_LAYER_1 (0) or LTDC_LAYER_2 (1)

Return value

HAL status

Examples

HAL_LTDC_ConfigColorKeying() is referenced by 33 libraries and example projects.

References

LocationText
stm32f4xx_hal_ltdc.c:881
HAL_StatusTypeDef HAL_LTDC_ConfigColorKeying(LTDC_HandleTypeDef *hltdc, uint32_t RGBValue, uint32_t LayerIdx)
stm32f4xx_hal_ltdc.h:594
HAL_StatusTypeDef HAL_LTDC_ConfigColorKeying(LTDC_HandleTypeDef *hltdc, uint32_t RGBValue, uint32_t LayerIdx);

Call Tree

Functions called by HAL_LTDC_ConfigColorKeying()
HAL_LTDC_ConfigColorKeying()
assert_failed()
all items filtered out
Type of HAL_LTDC_ConfigColorKeying()
HAL_LTDC_ConfigColorKeying()
all items filtered out