CARME-M4 BSP  V1.5
+ Collaboration diagram for DCMI_Capture_Rate:

Macros

#define DCMI_CaptureRate_All_Frame   ((uint16_t)0x0000)
 
#define DCMI_CaptureRate_1of2_Frame   ((uint16_t)0x0100)
 
#define DCMI_CaptureRate_1of4_Frame   ((uint16_t)0x0200)
 
#define IS_DCMI_CAPTURE_RATE(RATE)
 

Detailed Description

Macro Definition Documentation

#define DCMI_CaptureRate_1of2_Frame   ((uint16_t)0x0100)

Every alternate frame captured

Definition at line 183 of file stm32f4xx_dcmi.h.

#define DCMI_CaptureRate_1of4_Frame   ((uint16_t)0x0200)

One frame in 4 frames captured

Definition at line 184 of file stm32f4xx_dcmi.h.

#define DCMI_CaptureRate_All_Frame   ((uint16_t)0x0000)

All frames are captured

Definition at line 182 of file stm32f4xx_dcmi.h.

#define IS_DCMI_CAPTURE_RATE (   RATE)
Value:
(((RATE) == DCMI_CaptureRate_All_Frame) || \
#define DCMI_CaptureRate_1of4_Frame
#define DCMI_CaptureRate_All_Frame
#define DCMI_CaptureRate_1of2_Frame

Definition at line 185 of file stm32f4xx_dcmi.h.