Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h789 #define DCMIPP_CSI_COUNTER0 0U /*!< DCMIPP CSI Counter 0 */ macro
2279 #define IS_DCMIPP_CSI_COUNTER(COUNTER) (((COUNTER) == DCMIPP_CSI_COUNTER0) ||\
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c2589 hdcmipp->LineByteEventCallback(hdcmipp, DCMIPP_CSI_COUNTER0); in HAL_DCMIPP_CSI_IRQHandler()
2591 HAL_DCMIPP_CSI_LineByteEventCallback(hdcmipp, DCMIPP_CSI_COUNTER0); in HAL_DCMIPP_CSI_IRQHandler()
7759 case DCMIPP_CSI_COUNTER0: in HAL_DCMIPP_CSI_SetLineByteCounterConfig()