Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h352 uint8_t BlueCompBlackLevel; /*!< Black value register to blue component member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c5474 ((uint32_t)pBlackLevelConfig->BlueCompBlackLevel << DCMIPP_P1BLCCR_BLCB_Pos))); in HAL_DCMIPP_PIPE_SetISPBlackLevelCalibrationConfig()
5557 …pBlackLevelConfig->BlueCompBlackLevel = (uint8_t)((p1blccr_reg & DCMIPP_P1BLCCR_BLCB) >> DCMIPP_P1… in HAL_DCMIPP_PIPE_GetISPBlackLevelCalibrationConfig()