Searched refs:IS_LTDC_GAMMA_VALUE (Results 1 – 2 of 2) sorted by relevance
1098 #define IS_LTDC_GAMMA_VALUE(__ONES__, __TENTHS__) ((((__TENTHS__) + ((__ONES__) * 10U)) >= 4U)… macro
1226 assert_param(IS_LTDC_GAMMA_VALUE(GammaOnes, GammaTenths)); in HAL_LTDC_ConfigGammaCorrection()