Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c5952 assert_param(IS_DCMIPP_LUMINANCE(pContrastConfig->LUM_128)); in HAL_DCMIPP_PIPE_SetISPCtrlContrastConfig()
5967 … ((uint32_t)pContrastConfig->LUM_128 << DCMIPP_P1CTCR2_LUM4_Pos))); in HAL_DCMIPP_PIPE_SetISPCtrlContrastConfig()
7375 pContrastConfig->LUM_128 = (uint8_t)((tmp & DCMIPP_P1CTCR2_LUM4) >> DCMIPP_P1CTCR2_LUM4_Pos); in HAL_DCMIPP_PIPE_GetISPCtrlContrastConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h257 uint8_t LUM_128; /*!< Luminance increase for input luminance of 128 member