Searched refs:ImageHeight (Results 1 – 2 of 2) sorted by relevance
793 assert_param(IS_LTDC_CFBLNBR(pLayerCfg->ImageHeight)); in HAL_LTDC_ConfigLayer()1140 pLayerCfg->ImageHeight = YSize; in HAL_LTDC_SetWindowSize()1192 pLayerCfg->WindowY1 = Y0 + pLayerCfg->ImageHeight; in HAL_LTDC_SetWindowPosition()1516 assert_param(IS_LTDC_CFBLNBR(pLayerCfg->ImageHeight)); in HAL_LTDC_ConfigLayer_NoReload()1579 pLayerCfg->ImageHeight = YSize; in HAL_LTDC_SetWindowSize_NoReload()1629 pLayerCfg->WindowY1 = Y0 + pLayerCfg->ImageHeight; in HAL_LTDC_SetWindowPosition_NoReload()2135 LTDC_LAYER(hltdc, LayerIdx)->CFBLNR = (pLayerCfg->ImageHeight); in LTDC_SetConfig()
163 uint32_t ImageHeight; /*!< Specifies the number of line in frame buffer. member