STM32H735xx HAL User Manual
Defines
DCMI interrupt sources
DCMI Exported Constants

Defines

#define DCMI_IT_FRAME   ((uint32_t)DCMI_IER_FRAME_IE)
#define DCMI_IT_OVR   ((uint32_t)DCMI_IER_OVR_IE)
#define DCMI_IT_ERR   ((uint32_t)DCMI_IER_ERR_IE)
#define DCMI_IT_VSYNC   ((uint32_t)DCMI_IER_VSYNC_IE)
#define DCMI_IT_LINE   ((uint32_t)DCMI_IER_LINE_IE)

Define Documentation

#define DCMI_IT_ERR   ((uint32_t)DCMI_IER_ERR_IE)

Synchronization error interrupt

Definition at line 313 of file stm32h7xx_hal_dcmi.h.

Referenced by HAL_DCMI_Init(), and HAL_DCMI_IRQHandler().

#define DCMI_IT_FRAME   ((uint32_t)DCMI_IER_FRAME_IE)

Capture complete interrupt

Definition at line 311 of file stm32h7xx_hal_dcmi.h.

Referenced by DCMI_DMAXferCplt(), and HAL_DCMI_IRQHandler().

#define DCMI_IT_LINE   ((uint32_t)DCMI_IER_LINE_IE)

Line interrupt

Definition at line 315 of file stm32h7xx_hal_dcmi.h.

Referenced by HAL_DCMI_Init(), and HAL_DCMI_IRQHandler().

#define DCMI_IT_OVR   ((uint32_t)DCMI_IER_OVR_IE)

Overrun interrupt

Definition at line 312 of file stm32h7xx_hal_dcmi.h.

Referenced by HAL_DCMI_Init(), and HAL_DCMI_IRQHandler().

#define DCMI_IT_VSYNC   ((uint32_t)DCMI_IER_VSYNC_IE)

VSYNC interrupt

Definition at line 314 of file stm32h7xx_hal_dcmi.h.

Referenced by HAL_DCMI_Init(), and HAL_DCMI_IRQHandler().