Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lcdif/
Dfsl_lcdif.c159 uint32_t regVsync; in LCDIF_DpiModeSetConfig() local
191 regVsync = (((uint32_t)config->panelHeight + config->vfp) << LCDIF_VSYNC0_START_SHIFT) | in LCDIF_DpiModeSetConfig()
197 regVsync |= LCDIF_VSYNC0_POLARITY_MASK; in LCDIF_DpiModeSetConfig()
200 base->VSYNC0 = regVsync; in LCDIF_DpiModeSetConfig()