Home
last modified time | relevance | path

Searched refs:LTDC_SetCompositionConfig (Results 1 – 1 of 1) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_ltdc.c205 static void LTDC_SetCompositionConfig(LTDC_HandleTypeDef *hltdc, uint32_t LayerIdx);
1054 LTDC_SetCompositionConfig(hltdc, LayerIdx); in HAL_LTDC_ConfigLayer()
2180 LTDC_SetCompositionConfig(hltdc, LayerIdx); in HAL_LTDC_ConfigLayer_NoReload()
3018 LTDC_SetCompositionConfig(hltdc, LayerIdx); in HAL_LTDC_ConfigLayerFlexARGB()
3091 LTDC_SetCompositionConfig(hltdc, LayerIdx); in HAL_LTDC_ConfigLayerFlexYUVCoPlanar()
3173 LTDC_SetCompositionConfig(hltdc, LayerIdx); in HAL_LTDC_ConfigLayerFlexYUVSemiPlanar()
3256 LTDC_SetCompositionConfig(hltdc, LayerIdx); in HAL_LTDC_ConfigLayerFlexYUVFullPlanar()
3913 static void LTDC_SetCompositionConfig(LTDC_HandleTypeDef *hltdc, uint32_t LayerIdx) in LTDC_SetCompositionConfig() function