Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c7268 uint32_t p1decr; in HAL_DCMIPP_PIPE_GetISPDecimationConfig() local
7274 p1decr = READ_REG(hdcmipp->Instance->P1DECR); in HAL_DCMIPP_PIPE_GetISPDecimationConfig()
7275 pDecConfig->HRatio = (p1decr & DCMIPP_P1DECR_HDEC); in HAL_DCMIPP_PIPE_GetISPDecimationConfig()
7276 pDecConfig->VRatio = (p1decr & DCMIPP_P1DECR_VDEC); in HAL_DCMIPP_PIPE_GetISPDecimationConfig()