Searched refs:g (Results 1 – 2 of 2) sorted by relevance
180 uint8_t g; ///< green member199 uint16_t g; ///< Brightness (DC) adjustment for G channel member208 uint8_t g; ///< Contrast (gain) adjustment for G channel member231 gamma_correction_t g; ///< Gamma correction for G channel member
945 (p_brightness->g > GLCDC_PRV_BRIGHTNESS_MAX) || in r_glcdc_param_check_brightness()1167 if (p_cfg->output.p_gamma_correction->g.enable) in r_glcdc_open_param_check_correction_setting()1169 error = r_glcdc_param_check_gamma_correction(&(p_cfg->output.p_gamma_correction->g)); in r_glcdc_open_param_check_correction_setting()1401 ((uint32_t) (p_cfg->output.bg_color.byte.g) << 8) + in r_glcdc_background_screen_set()1701 uint32_t g; in r_glcdc_brightness_correction() local1706 g = p_brightness->g; in r_glcdc_brightness_correction()1715 g = GLCDC_PRV_BRIGHTNESS_DEFAULT; in r_glcdc_brightness_correction()1726 R_GLCDC->OUT.BRIGHT1 = g & GLCDC_PRV_OUT_BRIGHT1_BRTG_MASK; in r_glcdc_brightness_correction()1745 uint32_t g; in r_glcdc_contrast_correction() local1750 g = p_contrast->g; in r_glcdc_contrast_correction()[all …]