Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c2849 if ((ier0_flags & DCMIPP_CSI_IT_TIM0) != 0U) in HAL_DCMIPP_CSI_IRQHandler()
2854 __HAL_DCMIPP_CSI_DISABLE_IT(csi_instance, DCMIPP_CSI_IT_TIM0); in HAL_DCMIPP_CSI_IRQHandler()
7913 __HAL_DCMIPP_CSI_ENABLE_IT(csi_instance, DCMIPP_CSI_IT_TIM0 << Timer); in HAL_DCMIPP_CSI_EnableTimer()
7940 __HAL_DCMIPP_CSI_DISABLE_IT(csi_instance, DCMIPP_CSI_IT_TIM0 << Timer); in HAL_DCMIPP_CSI_DisableTimer()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h1320 #define DCMIPP_CSI_IT_TIM0 CSI_IER0_TIM0IE /*!< Timer 0 counter value reached interr… macro