Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h1371 #define DCMIPP_CSI_FLAG_EESCDL1 CSI_SR1_EESCDL1F /*!< Escape entry error on data line 1 f… macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c3200 if ((sr1flags & DCMIPP_CSI_FLAG_EESCDL1) != 0U) in HAL_DCMIPP_CSI_IRQHandler()
3208 __HAL_DCMIPP_CSI_CLEAR_DPHY_FLAG(csi_instance, DCMIPP_CSI_FLAG_EESCDL1); in HAL_DCMIPP_CSI_IRQHandler()