Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lcdif/
Dfsl_lcdif.c190 uint32_t regHsync; in LCDIF_DpiModeSetConfig() local
211 regHsync = (((uint32_t)config->panelWidth + config->hfp) << LCDIF_HSYNC0_START_SHIFT) | in LCDIF_DpiModeSetConfig()
217 regHsync |= LCDIF_HSYNC0_POLARITY_MASK; in LCDIF_DpiModeSetConfig()
220 base->HSYNC0 = regHsync; in LCDIF_DpiModeSetConfig()