HAL
HAL_LTDC_SetPixelFormat_NoReload() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_LTDC_SetPixelFormat_NoReload()

HAL_LTDC_SetPixelFormat_NoReload() function

Reconfigure the pixel format without reloading. Variant of the function HAL_LTDC_SetPixelFormat without immediate reload.

Syntax

HAL_StatusTypeDef HAL_LTDC_SetPixelFormat_NoReload(LTDC_HandleTypeDef *hltdc,     uint32_t Pixelformat,     uint32_t LayerIdx);
Implemented in stm32f4xx_hal_ltdc.c:1713

Arguments

hltdc

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

Pixelformat

new pixel format 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

References

LocationText
stm32f4xx_hal_ltdc.c:1713
HAL_StatusTypeDef HAL_LTDC_SetPixelFormat_NoReload(LTDC_HandleTypeDef *hltdc, uint32_t Pixelformat, uint32_t LayerIdx)
stm32f4xx_hal_ltdc.h:610
HAL_StatusTypeDef HAL_LTDC_SetPixelFormat_NoReload(LTDC_HandleTypeDef *hltdc, uint32_t Pixelformat, uint32_t LayerIdx);

Call Tree

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