Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h1287 #define DCMIPP_FLAG_PIPE1_FRAME DCMIPP_CMSR2_P1FRAMEF /*!< Frame capture interrupt complete … macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c2280 if ((cmsr2flags & DCMIPP_FLAG_PIPE1_FRAME) != 0U) in HAL_DCMIPP_IRQHandler()
2294 __HAL_DCMIPP_CLEAR_FLAG(hdcmipp, DCMIPP_FLAG_PIPE1_FRAME); in HAL_DCMIPP_IRQHandler()