Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_ltdc.c1191 uint8_t gammasegment; in HAL_LTDC_ConfigGammaCorrection() local
1236 for (gammasegment = 0U; (gammasegment < 7U); gammasegment++) in HAL_LTDC_ConfigGammaCorrection()
1238 …hltdc->Instance->GCCR = RGBComponent | ((uint32_t) GammaAdress[gammasegment] << LTDC_GCCR_ADDR_Pos… in HAL_LTDC_ConfigGammaCorrection()
1239 ((uint32_t) GammaLUT[gammasegment + gammaindex] << LTDC_GCCR_COMP_Pos); in HAL_LTDC_ConfigGammaCorrection()