Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h1349 #define DCMIPP_CSI_FLAG_CRCERR CSI_SR0_CRCERRF /*!< CRC Error flag … macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c3002 if ((sr0flags & DCMIPP_CSI_FLAG_CRCERR) != 0U) in HAL_DCMIPP_CSI_IRQHandler()
3010 __HAL_DCMIPP_CSI_CLEAR_FLAG(csi_instance, DCMIPP_CSI_FLAG_CRCERR); in HAL_DCMIPP_CSI_IRQHandler()