Searched refs:p1decr (Results 1 – 1 of 1) sorted by relevance
7268 uint32_t p1decr; in HAL_DCMIPP_PIPE_GetISPDecimationConfig() local7274 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()