Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/ssd1963/
Dfsl_ssd1963.c200 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()
Dfsl_ssd1963.h140 uint16_t panelHeight; /*!< Height of the panel. */ member
189 uint16_t panelHeight; /*!< How many lines per panel. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lcdif/
Dfsl_lcdif.c130 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()
Dfsl_lcdif.h89 uint16_t panelHeight; /*!< Display panel height, how many lines per panel. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/elcdif/
Dfsl_elcdif.c127 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()
Dfsl_elcdif.h195 uint16_t panelHeight; /*!< Display panel height, how many lines per panel. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lcdifv2/
Dfsl_lcdifv2.c168 config->panelHeight = 0U; in LCDIFV2_DisplayGetDefaultConfig()
193 ((uint32_t)config->panelHeight << LCDIFV2_DISP_SIZE_DELTA_Y_SHIFT); in LCDIFV2_SetDisplayConfig()
Dfsl_lcdifv2.h128 uint16_t panelHeight; /*!< Display panel height, how many lines per panel. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/display/dc/ssd1963/
Dfsl_dc_fb_ssd1963.c156 fbInfo->height = dcHandle->ssd1963.panelHeight; in DC_FB_SSD1963_GetLayerDefaultConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/display/dc/elcdif/
Dfsl_dc_fb_elcdif.c82 elcdifConfig.panelHeight = dcConfig->height; in DC_FB_ELCDIF_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/display/dc/lcdif/
Dfsl_dc_fb_lcdif.c82 lcdifConfig.panelHeight = dcConfig->height; in DC_FB_LCDIF_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/mipi_dsi/
Dfsl_mipi_dsi.h122 uint16_t panelHeight; /*!< Line number in vertical active area. */ member
Dfsl_mipi_dsi.c582 base->CFG_DPI_VACTIVE = config->panelHeight - 1UL; in DSI_SetDpiConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/display/dc/lcdifv2/
Dfsl_dc_fb_lcdifv2.c87 lcdifv2Config.panelHeight = dcConfig->height; in DC_FB_LCDIFV2_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/mipi_dsi_split/
Dfsl_mipi_dsi.h127 uint16_t panelHeight; /*!< Line number in vertical active area. */ member
Dfsl_mipi_dsi.c601 dpi->VACTIVE = config->panelHeight - 1UL; in DSI_SetDpiConfig()