Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_elcdif.c128 base->TRANSFER_COUNT = ((uint32_t)config->panelHeight << LCDIF_TRANSFER_COUNT_V_COUNT_SHIFT) | in ELCDIF_RgbModeInit()
137 …(uint32_t)config->vsw + (uint32_t)config->panelHeight + (uint32_t)config->vfp + (uint32_t)config->… in ELCDIF_RgbModeInit()
186 config->panelHeight = 272U; in ELCDIF_RgbModeGetDefaultConfig()
Dfsl_lcdifv2.c217 config->panelHeight = 0U; in LCDIFV2_DisplayGetDefaultConfig()
242 ((uint32_t)config->panelHeight << LCDIFV2_DISP_SIZE_DELTA_Y_SHIFT); in LCDIFV2_SetDisplayConfig()
Dfsl_lcdifv2.h127 uint16_t panelHeight; /*!< Display panel height, how many lines per panel. */ member
Dfsl_elcdif.h193 uint16_t panelHeight; /*!< Display panel height, how many lines per panel. */ member
Dfsl_mipi_dsi.h126 uint16_t panelHeight; /*!< Line number in vertical active area. */ member
Dfsl_mipi_dsi.c558 dpi->VACTIVE = config->panelHeight - 1UL; in DSI_SetDpiConfig()
/hal_nxp-2.7.6/mcux/boards/evkmimxrt1170/
Ddisplay_support.c356 .panelHeight = DEMO_PANEL_HEIGHT, in BOARD_SetMipiDsiConfig()