Lines Matching refs:pCounter
4957 uint32_t *pCounter) in HAL_DCMIPP_PIPE_GetISPRemovedBadPixelCounter() argument
4960 if ((hdcmipp == NULL) || (pCounter == NULL)) in HAL_DCMIPP_PIPE_GetISPRemovedBadPixelCounter()
4971 *pCounter = READ_REG(hdcmipp->Instance->P1BPRSR & DCMIPP_P1BPRSR_BADCNT); in HAL_DCMIPP_PIPE_GetISPRemovedBadPixelCounter()
7082 uint32_t *pCounter) in HAL_DCMIPP_PIPE_ReadFrameCounter() argument
7089 if ((hdcmipp == NULL) || (pCounter == NULL)) in HAL_DCMIPP_PIPE_ReadFrameCounter()
7098 *pCounter = READ_REG(hdcmipp->Instance->CMFRCR); in HAL_DCMIPP_PIPE_ReadFrameCounter()
7125 uint32_t *pCounter) in HAL_DCMIPP_PIPE_GetDataCounter() argument
7131 if ((hdcmipp == NULL) || (pCounter == NULL)) in HAL_DCMIPP_PIPE_GetDataCounter()
7140 *pCounter = READ_REG(hdcmipp->Instance->P0DCCNTR); in HAL_DCMIPP_PIPE_GetDataCounter()
7158 … uint8_t ModuleID, uint32_t *pCounter) in HAL_DCMIPP_PIPE_GetISPAccumulatedStatisticsCounter() argument
7162 if ((hdcmipp == NULL) || (pCounter == NULL)) in HAL_DCMIPP_PIPE_GetISPAccumulatedStatisticsCounter()
7176 *pCounter = (READ_REG(hdcmipp->Instance->P1ST1SR & DCMIPP_P1ST1SR_ACCU)); in HAL_DCMIPP_PIPE_GetISPAccumulatedStatisticsCounter()
7179 *pCounter = (READ_REG(hdcmipp->Instance->P1ST2SR & DCMIPP_P1ST2SR_ACCU)); in HAL_DCMIPP_PIPE_GetISPAccumulatedStatisticsCounter()
7182 *pCounter = (READ_REG(hdcmipp->Instance->P1ST3SR & DCMIPP_P1ST3SR_ACCU)); in HAL_DCMIPP_PIPE_GetISPAccumulatedStatisticsCounter()