STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for DCMI interrupt sources:

Macros

#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)
 

Detailed Description

Macro Definition Documentation

◆ DCMI_IT_FRAME

#define DCMI_IT_FRAME   ((uint32_t)DCMI_IER_FRAME_IE)

#include <stm32f4xx_hal_dcmi.h>

Capture complete interrupt

Definition at line 263 of file stm32f4xx_hal_dcmi.h.

Referenced by DCMI_DMAXferCplt(), and HAL_DCMI_IRQHandler().

◆ DCMI_IT_OVR

#define DCMI_IT_OVR   ((uint32_t)DCMI_IER_OVR_IE)

#include <stm32f4xx_hal_dcmi.h>

Overrun interrupt

Definition at line 264 of file stm32f4xx_hal_dcmi.h.

Referenced by HAL_DCMI_Init(), and HAL_DCMI_IRQHandler().

◆ DCMI_IT_ERR

#define DCMI_IT_ERR   ((uint32_t)DCMI_IER_ERR_IE)

#include <stm32f4xx_hal_dcmi.h>

Synchronization error interrupt

Definition at line 265 of file stm32f4xx_hal_dcmi.h.

Referenced by HAL_DCMI_Init(), and HAL_DCMI_IRQHandler().

◆ DCMI_IT_VSYNC

#define DCMI_IT_VSYNC   ((uint32_t)DCMI_IER_VSYNC_IE)

#include <stm32f4xx_hal_dcmi.h>

VSYNC interrupt

Definition at line 266 of file stm32f4xx_hal_dcmi.h.

Referenced by HAL_DCMI_Init(), and HAL_DCMI_IRQHandler().

◆ DCMI_IT_LINE

#define DCMI_IT_LINE   ((uint32_t)DCMI_IER_LINE_IE)

#include <stm32f4xx_hal_dcmi.h>

Line interrupt

Definition at line 267 of file stm32f4xx_hal_dcmi.h.

Referenced by HAL_DCMI_Init(), and HAL_DCMI_IRQHandler().