Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_glcdc/
Dr_glcdc.c58 #define GLCDC_PRV_BG_PLANE_VSYNC_POS_MIN ((uint16_t) 1) ///< BG_HSYNC.VP (Min=1) macro
1052 … FSP_ERROR_RETURN(((GLCDC_PRV_BG_PLANE_V_CYC_ACTIVE_POS_MIN - GLCDC_PRV_BG_PLANE_VSYNC_POS_MIN) <= in r_glcdc_param_check_display_timing()
1054 … ((GLCDC_PRV_BG_PLANE_V_CYC_ACTIVE_POS_MAX - GLCDC_PRV_BG_PLANE_VSYNC_POS_MIN) >= in r_glcdc_param_check_display_timing()
1388 R_GLCDC->BG.SYNC = ((GLCDC_PRV_BG_PLANE_VSYNC_POS_MIN & GLCDC_PRV_BG_SYNC_VP_MASK) << 16) + in r_glcdc_background_screen_set()
1395 …->BG.VSIZE = ((((uint32_t) (p_cfg->output.vtiming.back_porch) + GLCDC_PRV_BG_PLANE_VSYNC_POS_MIN) & in r_glcdc_background_screen_set()