STM32F439xx 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 246 of file stm32f4xx_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 244 of file stm32f4xx_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 248 of file stm32f4xx_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 245 of file stm32f4xx_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 247 of file stm32f4xx_hal_dcmi.h.

Referenced by HAL_DCMI_Init(), and HAL_DCMI_IRQHandler().