Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_ltdc.c1188 uint32_t GammaTenths, uint32_t RGBComponent) in HAL_LTDC_ConfigGammaCorrection() argument
1190 const uint32_t gammaindex = (GammaOnes * 70U) + (GammaTenths * 7U) - 28U; in HAL_LTDC_ConfigGammaCorrection()
1226 assert_param(IS_LTDC_GAMMA_VALUE(GammaOnes, GammaTenths)); in HAL_LTDC_ConfigGammaCorrection()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_ltdc.h949 uint32_t GammaTenths, uint32_t RGBComponent);