Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h350 uint8_t GreenCompBlackLevel; /*!< Black value register to green component member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c5473 ((uint32_t)pBlackLevelConfig->GreenCompBlackLevel << DCMIPP_P1BLCCR_BLCG_Pos) | \ in HAL_DCMIPP_PIPE_SetISPBlackLevelCalibrationConfig()
5558 …pBlackLevelConfig->GreenCompBlackLevel = (uint8_t)((p1blccr_reg & DCMIPP_P1BLCCR_BLCG) >> DCMIPP_P… in HAL_DCMIPP_PIPE_GetISPBlackLevelCalibrationConfig()