Searched refs:panelHeight (Results 1 – 16 of 16) sorted by relevance
200 handle->panelHeight = config->panelHeight; in SSD1963_Init()242 commandParam[4] = (uint8_t)((config->panelHeight - 1U) >> 8); in SSD1963_Init()243 commandParam[5] = (uint8_t)((config->panelHeight - 1U) & 0xFFU); in SSD1963_Init()263 vt = config->panelHeight + config->vsw + config->vfp + config->vbp; in SSD1963_Init()374 sp = handle->panelHeight - 1U - endX; in SSD1963_SelectArea()375 ep = handle->panelHeight - 1U - startX; in SSD1963_SelectArea()381 sp = handle->panelHeight - 1U - endY; in SSD1963_SelectArea()382 ep = handle->panelHeight - 1U - startY; in SSD1963_SelectArea()
140 uint16_t panelHeight; /*!< Height of the panel. */ member189 uint16_t panelHeight; /*!< How many lines per panel. */ member
130 config->panelHeight = 0; in LCDIF_DpiModeGetDefaultConfig()175 ((uint32_t)config->panelHeight << LCDIF_VDISPLAY0_DISPLAY_END_SHIFT) | in LCDIF_DpiModeSetConfig()176 …(((uint32_t)config->panelHeight + config->vsw + config->vfp + config->vbp) << LCDIF_VDISPLAY0_TOTA… in LCDIF_DpiModeSetConfig()191 regVsync = (((uint32_t)config->panelHeight + config->vfp) << LCDIF_VSYNC0_START_SHIFT) | in LCDIF_DpiModeSetConfig()192 … (((uint32_t)config->panelHeight + config->vfp + config->vsw) << LCDIF_VSYNC0_END_SHIFT) | in LCDIF_DpiModeSetConfig()
89 uint16_t panelHeight; /*!< Display panel height, how many lines per panel. */ member
127 base->TRANSFER_COUNT = ((uint32_t)config->panelHeight << LCDIF_TRANSFER_COUNT_V_COUNT_SHIFT) | in ELCDIF_RgbModeInit()136 …(uint32_t)config->vsw + (uint32_t)config->panelHeight + (uint32_t)config->vfp + (uint32_t)config->… in ELCDIF_RgbModeInit()185 config->panelHeight = 272U; in ELCDIF_RgbModeGetDefaultConfig()
195 uint16_t panelHeight; /*!< Display panel height, how many lines per panel. */ member
168 config->panelHeight = 0U; in LCDIFV2_DisplayGetDefaultConfig()193 ((uint32_t)config->panelHeight << LCDIFV2_DISP_SIZE_DELTA_Y_SHIFT); in LCDIFV2_SetDisplayConfig()
128 uint16_t panelHeight; /*!< Display panel height, how many lines per panel. */ member
156 fbInfo->height = dcHandle->ssd1963.panelHeight; in DC_FB_SSD1963_GetLayerDefaultConfig()
82 elcdifConfig.panelHeight = dcConfig->height; in DC_FB_ELCDIF_Init()
82 lcdifConfig.panelHeight = dcConfig->height; in DC_FB_LCDIF_Init()
122 uint16_t panelHeight; /*!< Line number in vertical active area. */ member
582 base->CFG_DPI_VACTIVE = config->panelHeight - 1UL; in DSI_SetDpiConfig()
87 lcdifv2Config.panelHeight = dcConfig->height; in DC_FB_LCDIFV2_Init()
127 uint16_t panelHeight; /*!< Line number in vertical active area. */ member
601 dpi->VACTIVE = config->panelHeight - 1UL; in DSI_SetDpiConfig()