Searched refs:WindowY1 (Results 1 – 4 of 4) sorted by relevance
454 assert_param(IS_LTDC_VCONFIGSP(pLayerCfg->WindowY1)); in HAL_LTDC_ConfigLayer()787 assert_param(IS_LTDC_VCONFIGSP(pLayerCfg->WindowY1)); in HAL_LTDC_SetWindowSize()797 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize()849 assert_param(IS_LTDC_VCONFIGSP(pLayerCfg->WindowY1)); in HAL_LTDC_SetWindowPosition()857 pLayerCfg->WindowY1 = Y0 + pLayerCfg->ImageHeight; in HAL_LTDC_SetWindowPosition()1107 tmp = ((pLayerCfg->WindowY1 + (hltdc->Instance->BPCR & LTDC_BPCR_AVBP)) << 16); in LTDC_SetConfig()
154 layer_cfg.WindowY1 = BSP_LCD_GetYSize(); in BSP_LCD_LayerDefaultInit()
138 uint32_t WindowY1; /*!< Configures the Window vertical Stop Position. member
147 layer_cfg.WindowY1 = BSP_LCD_GetYSize(); in BSP_LCD_LayerDefaultInit()
Completed in 8 milliseconds