HAL + 0/3 examples
CodeScope will show references to HAL_LTDC_ConfigColorKeying_NoReload() from the following samples and libraries:
Drivers
Boards
Examples
STM324x9I_EVAL
Examples
LTDC
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_LTDC_ConfigColorKeying_NoReload()

HAL_LTDC_ConfigColorKeying_NoReload() function

Configure the color keying without reloading. Variant of the function HAL_LTDC_ConfigColorKeying without immediate reload.

Syntax

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

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_NoReload() is referenced by 3 libraries and example projects.

References

LocationText
stm32f4xx_hal_ltdc.c:1913
HAL_StatusTypeDef HAL_LTDC_ConfigColorKeying_NoReload(LTDC_HandleTypeDef *hltdc, uint32_t RGBValue, uint32_t LayerIdx)
stm32f4xx_hal_ltdc.h:614
HAL_StatusTypeDef HAL_LTDC_ConfigColorKeying_NoReload(LTDC_HandleTypeDef *hltdc, uint32_t RGBValue, uint32_t LayerIdx);

Call Tree

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