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

DCMI Init structure definition. More...

#include <stm32f2xx_dcmi.h>

Data Fields

uint16_t DCMI_CaptureMode
 
uint16_t DCMI_SynchroMode
 
uint16_t DCMI_PCKPolarity
 
uint16_t DCMI_VSPolarity
 
uint16_t DCMI_HSPolarity
 
uint16_t DCMI_CaptureRate
 
uint16_t DCMI_ExtendedDataMode
 

Detailed Description

DCMI Init structure definition.

Field Documentation

uint16_t DCMI_CaptureMode
      Specifies the Capture Mode: Continuous or Snapshot.

This parameter can be a value of DCMI_Capture_Mode

uint16_t DCMI_CaptureRate
      Specifies the frequency of frame capture: All, 1/2 or 1/4.

This parameter can be a value of DCMI_Capture_Rate

uint16_t DCMI_ExtendedDataMode
 Specifies the data width: 8-bit, 10-bit, 12-bit or 14-bit.

This parameter can be a value of DCMI_Extended_Data_Mode

uint16_t DCMI_HSPolarity
       Specifies the Horizontal synchronization polarity: High or Low.

This parameter can be a value of DCMI_HSYNC_Polarity

uint16_t DCMI_PCKPolarity
      Specifies the Pixel clock polarity: Falling or Rising.

This parameter can be a value of DCMI_PIXCK_Polarity

uint16_t DCMI_SynchroMode
      Specifies the Synchronization Mode: Hardware or Embedded.

This parameter can be a value of DCMI_Synchronization_Mode

uint16_t DCMI_VSPolarity
       Specifies the Vertical synchronization polarity: High or Low.

This parameter can be a value of DCMI_VSYNC_Polarity


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