Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c2576 if ((ier0_flags & DCMIPP_CSI_IT_LB0) != 0U) in HAL_DCMIPP_CSI_IRQHandler()
2581 __HAL_DCMIPP_CSI_DISABLE_IT(csi_instance, DCMIPP_CSI_IT_LB0); in HAL_DCMIPP_CSI_IRQHandler()
7804 __HAL_DCMIPP_CSI_ENABLE_IT(csi_instance, DCMIPP_CSI_IT_LB0 << Counter); in HAL_DCMIPP_CSI_EnableLineByteCounter()
7831 __HAL_DCMIPP_CSI_DISABLE_IT(csi_instance, DCMIPP_CSI_IT_LB0 << Counter); in HAL_DCMIPP_CSI_DisableLineByteCounter()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h1324 #define DCMIPP_CSI_IT_LB0 CSI_IER0_LB0IE /*!< Line/byte event 0 reached interrupt … macro