Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h348 uint8_t RedCompBlackLevel; /*!< Black value register to red component member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c5472 (((uint32_t)pBlackLevelConfig->RedCompBlackLevel << DCMIPP_P1BLCCR_BLCR_Pos) | \ in HAL_DCMIPP_PIPE_SetISPBlackLevelCalibrationConfig()
5559 …pBlackLevelConfig->RedCompBlackLevel = (uint8_t)((p1blccr_reg & DCMIPP_P1BLCCR_BLCR) >> DCMIPP_P1B… in HAL_DCMIPP_PIPE_GetISPBlackLevelCalibrationConfig()