Home
last modified time | relevance | path

Searched refs:hsw (Results 1 – 24 of 24) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/elcdif/
Dfsl_elcdif.c138 ((uint32_t)config->hsw << LCDIF_VDCTRL2_HSYNC_PULSE_WIDTH_SHIFT) | in ELCDIF_RgbModeInit()
139 …int32_t)config->hfp + (uint32_t)config->hbp + (uint32_t)config->panelWidth + (uint32_t)config->hsw) in ELCDIF_RgbModeInit()
142 …base->VDCTRL3 = (((uint32_t)config->hbp + config->hsw) << LCDIF_VDCTRL3_HORIZONTAL_WAIT_CNT_SHIFT)… in ELCDIF_RgbModeInit()
186 config->hsw = 41; in ELCDIF_RgbModeGetDefaultConfig()
Dfsl_elcdif.h196 uint8_t hsw; /*!< HSYNC pulse width. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/display/
Dfsl_display.h23 uint16_t hsw; /*!< HSYNC pulse width. */ member
49 uint16_t hsw; /*!< HSYNC pulse width. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/display/adv7535/
Dfsl_adv7535.c186 …otal_width = FSL_VIDEO_EXTRACT_WIDTH(config->resolution) + config->hfp + config->hbp + config->hsw; in ADV7535_Init()
191 …_CHECK_RET(ADV7535_I2C_WriteReg(handle, ADV7535_DSI_CEC_ADDR, 0x2A, (uint8_t)(config->hsw >> 4U))); in ADV7535_Init()
192 …_CHECK_RET(ADV7535_I2C_WriteReg(handle, ADV7535_DSI_CEC_ADDR, 0x2B, (uint8_t)(config->hsw << 4U))); in ADV7535_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lcdif/
Dfsl_lcdif.c131 config->hsw = 0; in LCDIF_DpiModeGetDefaultConfig()
172 …(((uint32_t)config->panelWidth + config->hsw + config->hfp + config->hbp) << LCDIF_HDISPLAY0_TOTAL… in LCDIF_DpiModeSetConfig()
180 … (((uint32_t)config->panelWidth + config->hfp + config->hsw) << LCDIF_HSYNC0_END_SHIFT) | in LCDIF_DpiModeSetConfig()
Dfsl_lcdif.h90 uint8_t hsw; /*!< HSYNC pulse width. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/display/dc/elcdif/
Dfsl_dc_fb_elcdif.c83 elcdifConfig.hsw = (uint8_t)dcConfig->hsw; in DC_FB_ELCDIF_Init()
Dfsl_dc_fb_elcdif.h64 uint16_t hsw; /*!< HSYNC pulse width. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/display/dc/lcdif/
Dfsl_dc_fb_lcdif.c83 lcdifConfig.hsw = (uint8_t)dcConfig->hsw; in DC_FB_LCDIF_Init()
Dfsl_dc_fb_lcdif.h66 uint16_t hsw; /*!< HSYNC pulse width. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/ssd1963/
Dfsl_ssd1963.c249 ht = config->panelWidth + config->hsw + config->hfp + config->hbp; in SSD1963_Init()
250 hps = config->hsw + config->hbp; in SSD1963_Init()
255 commandParam[4] = (uint8_t)(config->hsw - 1U); in SSD1963_Init()
Dfsl_ssd1963.h190 uint16_t hsw; /*!< HSYNC pulse width. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/display/dc/lcdifv2/
Dfsl_dc_fb_lcdifv2.c88 lcdifv2Config.hsw = (uint8_t)dcConfig->hsw; in DC_FB_LCDIFV2_Init()
Dfsl_dc_fb_lcdifv2.h71 uint16_t hsw; /*!< HSYNC pulse width. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lcdifv2/
Dfsl_lcdifv2.c169 config->hsw = 3U; in LCDIFV2_DisplayGetDefaultConfig()
195 base->HSYN_PARA = ((uint32_t)config->hsw << LCDIFV2_HSYN_PARA_PW_H_SHIFT) | in LCDIFV2_SetDisplayConfig()
Dfsl_lcdifv2.h129 uint8_t hsw; /*!< HSYNC pulse width. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpc_lcdc/
Dfsl_lcdc.c234 …IMH = LCD_TIMH_PPL(((uint32_t)config->ppl / 16U) - 1U) | LCD_TIMH_HSW((uint32_t)config->hsw - 1U) | in LCDC_Init()
307 config->hsw = 0U; in LCDC_GetDefaultConfig()
Dfsl_lcdc.h105 uint8_t hsw; /*!< HSYNC pulse width. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/mipi_dsi/
Dfsl_mipi_dsi.h119 uint16_t hsw; /*!< Horizontal sync width, in dpi pixel clock. */ member
Dfsl_mipi_dsi.c576 base->CFG_DPI_HSA = config->hsw * coff - DSI_HSA_OVERHEAD_BYTE; in DSI_SetDpiConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/mipi_dsi_split/
Dfsl_mipi_dsi.h124 uint16_t hsw; /*!< Horizontal sync width, in dpi pixel clock. */ member
Dfsl_mipi_dsi.c595 dpi->HSA = config->hsw * coff - DSI_HSA_OVERHEAD_BYTE; in DSI_SetDpiConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.c3104 config->hsw = 32U; in DPU_DisplayTimingGetDefaultConfig()
3140 …U_FRAMEGEN_HTCFG1_Htotal((uint32_t)config->width + config->hfp + config->hbp + config->hsw - 1UL) | in DPU_InitDisplayTiming()
3143 display->FRAMEGEN.HTCFG2 = DPU_FRAMEGEN_HTCFG2_Hsync(config->hsw - 1UL) | in DPU_InitDisplayTiming()
3144 DPU_FRAMEGEN_HTCFG2_Hsbp((uint32_t)config->hbp + config->hsw - 1UL) | in DPU_InitDisplayTiming()
3168 …[0].SPGPOSOFF = DPU_TCON_SPGPOSOFF_SPGPSOFF_X((uint32_t)config->width + config->hfp + config->hsw); in DPU_InitDisplayTiming()
Dfsl_dpu.h706 uint16_t hsw; /*!< HSYNC pulse width. */ member