Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h780 #define DCMIPP_CSI_TIMER1 1U /*!< DCMIPP CSI Timer1 */ macro
2287 ((TIMER) == DCMIPP_CSI_TIMER1) ||\
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c2840 hdcmipp->TimerCounterEventCallback(hdcmipp, DCMIPP_CSI_TIMER1); in HAL_DCMIPP_CSI_IRQHandler()
2842 HAL_DCMIPP_CSI_TimerCounterEventCallback(hdcmipp, DCMIPP_CSI_TIMER1); in HAL_DCMIPP_CSI_IRQHandler()
7872 case DCMIPP_CSI_TIMER1: in HAL_DCMIPP_CSI_SetTimerConfig()