DCMI CROP Init structure definition. More...
#include <stm32f4xx_dcmi.h>
Public Attributes | |
uint16_t | DCMI_CaptureCount |
uint16_t | DCMI_HorizontalOffsetCount |
uint16_t | DCMI_VerticalLineCount |
uint16_t | DCMI_VerticalStartLine |
DCMI CROP Init structure definition.
Definition at line 78 of file stm32f4xx_dcmi.h.
uint16_t DCMI_CROPInitTypeDef::DCMI_CaptureCount |
Specifies the number of pixel clocks to be captured from the starting point on the same line. This parameter can be a value between 0x00 and 0x3FFF
Definition at line 89 of file stm32f4xx_dcmi.h.
uint16_t DCMI_CROPInitTypeDef::DCMI_HorizontalOffsetCount |
Specifies the number of pixel clocks to count before starting a capture. This parameter can be a value between 0x00 and 0x3FFF
Definition at line 83 of file stm32f4xx_dcmi.h.
uint16_t DCMI_CROPInitTypeDef::DCMI_VerticalLineCount |
Specifies the number of lines to be captured from the starting point. This parameter can be a value between 0x00 and 0x3FFF
Definition at line 86 of file stm32f4xx_dcmi.h.
uint16_t DCMI_CROPInitTypeDef::DCMI_VerticalStartLine |
Specifies the Vertical start line count from which the image capture will start. This parameter can be a value between 0x00 and 0x1FFF
Definition at line 80 of file stm32f4xx_dcmi.h.