Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h1362 #define DCMIPP_CSI_FLAG_TIM1 CSI_SR0_TIM1F /*!< Timer 1 counter value reached flag … macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c2825 if ((sr0flags & DCMIPP_CSI_FLAG_TIM1) != 0U) in HAL_DCMIPP_CSI_IRQHandler()
2836 __HAL_DCMIPP_CSI_CLEAR_FLAG(csi_instance, DCMIPP_CSI_FLAG_TIM1); in HAL_DCMIPP_CSI_IRQHandler()