ARMEBS4  revision-26.06.2015
Data Fields
DCMI_CROPInitTypeDef Struct Reference

DCMI CROP Init structure definition. More...

#include "C:/Programs/ARMEBS4/current/doc/eclipse-doc/ext/libheivs_stm32/include/stm32/stm32f4xx_dcmi.h"

Collaboration diagram for DCMI_CROPInitTypeDef:
Collaboration graph

Data Fields

uint16_t DCMI_VerticalStartLine
 
uint16_t DCMI_HorizontalOffsetCount
 
uint16_t DCMI_VerticalLineCount
 
uint16_t DCMI_CaptureCount
 

Detailed Description

DCMI CROP Init structure definition.

Definition at line 72 of file stm32f4xx_dcmi.h.

Field Documentation

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 74 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 77 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 80 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 83 of file stm32f4xx_dcmi.h.