STM32F4 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
DCMI_CROPInitTypeDef Struct Reference

DCMI CROP Init structure definition. More...

#include <stm32f4xx_dcmi.h>

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.

Field Documentation

uint16_t 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

uint16_t DCMI_HorizontalOffsetCount
  Specifies the number of pixel clocks to count before starting a capture.

This parameter can be a value between 0x00 and 0x3FFF

uint16_t DCMI_VerticalLineCount
      Specifies the number of lines to be captured from the starting point.

This parameter can be a value between 0x00 and 0x3FFF

uint16_t 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


The documentation for this struct was generated from the following file: