Searched refs:RGBComponent (Results 1 – 2 of 2) sorted by relevance
1188 uint32_t GammaTenths, uint32_t RGBComponent) in HAL_LTDC_ConfigGammaCorrection() argument1225 assert_param(IS_LTDC_RGB_COMPONENT(RGBComponent)); in HAL_LTDC_ConfigGammaCorrection()1235 hltdc->Instance->GCCR = RGBComponent ; in HAL_LTDC_ConfigGammaCorrection()1238 …hltdc->Instance->GCCR = RGBComponent | ((uint32_t) GammaAdress[gammasegment] << LTDC_GCCR_ADDR_Pos… in HAL_LTDC_ConfigGammaCorrection()1241 hltdc->Instance->GCCR = RGBComponent | (0xFFU << LTDC_GCCR_COMP_Pos) | LTDC_GCCR_ADDR; in HAL_LTDC_ConfigGammaCorrection()
949 uint32_t GammaTenths, uint32_t RGBComponent);