Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h1292 #define DCMIPP_FLAG_PIPE2_VSYNC DCMIPP_CMSR2_P2VSYNCF /*!< Vertical synch interrupt for pipe… macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c2349 if ((cmsr2flags & DCMIPP_FLAG_PIPE2_VSYNC) != 0U) in HAL_DCMIPP_IRQHandler()
2354 __HAL_DCMIPP_CLEAR_FLAG(hdcmipp, DCMIPP_FLAG_PIPE2_VSYNC); in HAL_DCMIPP_IRQHandler()