Home
last modified time | relevance | path

Searched refs:panelWidth (Results 1 – 15 of 15) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/ssd1963/
Dfsl_ssd1963.c199 handle->panelWidth = config->panelWidth; in SSD1963_Init()
240 commandParam[2] = (uint8_t)((config->panelWidth - 1U) >> 8); in SSD1963_Init()
241 commandParam[3] = (uint8_t)((config->panelWidth - 1U) & 0xFFU); in SSD1963_Init()
249 ht = config->panelWidth + config->hsw + config->hfp + config->hbp; in SSD1963_Init()
383 sc = handle->panelWidth - 1U - endX; in SSD1963_SelectArea()
384 ec = handle->panelWidth - 1U - startX; in SSD1963_SelectArea()
390 sc = handle->panelWidth - 1U - endY; in SSD1963_SelectArea()
391 ec = handle->panelWidth - 1U - startY; in SSD1963_SelectArea()
Dfsl_ssd1963.h139 uint16_t panelWidth; /*!< Width of the panel. */ member
188 uint16_t panelWidth; /*!< How many pixels per line. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/elcdif/
Dfsl_elcdif.c128 ((uint32_t)config->panelWidth << LCDIF_TRANSFER_COUNT_H_COUNT_SHIFT); in ELCDIF_RgbModeInit()
139 …((uint32_t)config->hfp + (uint32_t)config->hbp + (uint32_t)config->panelWidth + (uint32_t)config->… in ELCDIF_RgbModeInit()
146 ((uint32_t)config->panelWidth << LCDIF_VDCTRL4_DOTCLK_H_VALID_DATA_CNT_SHIFT); in ELCDIF_RgbModeInit()
184 config->panelWidth = 480U; in ELCDIF_RgbModeGetDefaultConfig()
Dfsl_elcdif.h194 uint16_t panelWidth; /*!< Display panel width, pixels per line. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lcdif/
Dfsl_lcdif.c161 config->panelWidth = 0; in LCDIF_DpiModeGetDefaultConfig()
203 ((uint32_t)config->panelWidth << LCDIF_HDISPLAY0_DISPLAY_END_SHIFT) | in LCDIF_DpiModeSetConfig()
204 …(((uint32_t)config->panelWidth + config->hsw + config->hfp + config->hbp) << LCDIF_HDISPLAY0_TOTAL… in LCDIF_DpiModeSetConfig()
211 regHsync = (((uint32_t)config->panelWidth + config->hfp) << LCDIF_HSYNC0_START_SHIFT) | in LCDIF_DpiModeSetConfig()
212 … (((uint32_t)config->panelWidth + config->hfp + config->hsw) << LCDIF_HSYNC0_END_SHIFT) | in LCDIF_DpiModeSetConfig()
Dfsl_lcdif.h98 uint16_t panelWidth; /*!< Display panel width, pixels per line. */ member
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/ssd1963/
Dfsl_dc_fb_ssd1963.c155 fbInfo->width = dcHandle->ssd1963.panelWidth; in DC_FB_SSD1963_GetLayerDefaultConfig()
157 …fbInfo->strideBytes = (uint16_t)(DC_FB_SSD1963_DEFAULT_PIXEL_BYTES * dcHandle->ssd1963.panelWidth); in DC_FB_SSD1963_GetLayerDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lcdifv3/
Dfsl_lcdifv3.c155 config->panelWidth = 0U; in LCDIFV3_DisplayGetDefaultConfig()
180 base->DISP_SIZE = ((uint32_t)config->panelWidth << LCDIF_DISP_SIZE_DELTA_X_SHIFT) | in LCDIFV3_SetDisplayConfig()
Dfsl_lcdifv3.h133 uint16_t panelWidth; /*!< Display panel width, pixels per line. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lcdifv2/
Dfsl_lcdifv2.c166 config->panelWidth = 0U; in LCDIFV2_DisplayGetDefaultConfig()
191 base->DISP_SIZE = ((uint32_t)config->panelWidth << LCDIFV2_DISP_SIZE_DELTA_X_SHIFT) | in LCDIFV2_SetDisplayConfig()
Dfsl_lcdifv2.h127 uint16_t panelWidth; /*!< Display panel width, pixels per line. */ member
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/elcdif/
Dfsl_dc_fb_elcdif.c81 elcdifConfig.panelWidth = dcConfig->width; in DC_FB_ELCDIF_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/lcdifv2/
Dfsl_dc_fb_lcdifv2.c86 lcdifv2Config.panelWidth = dcConfig->width; in DC_FB_LCDIFV2_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/lcdifv3/
Dfsl_dc_fb_lcdifv3.c104 lcdifv3Config.panelWidth = dcConfig->width;
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/lcdif/
Dfsl_dc_fb_lcdif.c130 lcdifConfig.panelWidth = dcConfig->width; in DC_FB_LCDIF_Init()