Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c5954 assert_param(IS_DCMIPP_LUMINANCE(pContrastConfig->LUM_192)); in HAL_DCMIPP_PIPE_SetISPCtrlContrastConfig()
5970 … ((uint32_t)pContrastConfig->LUM_192 << DCMIPP_P1CTCR3_LUM6_Pos) | in HAL_DCMIPP_PIPE_SetISPCtrlContrastConfig()
7379 pContrastConfig->LUM_192 = (uint8_t)((tmp & DCMIPP_P1CTCR3_LUM6) >> DCMIPP_P1CTCR3_LUM6_Pos); in HAL_DCMIPP_PIPE_GetISPCtrlContrastConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h261 uint8_t LUM_192; /*!< Luminance increase for input luminance of 192 member