STM32F4xx_HAL_Driver  1.8.3
stm32f4xx_hal_dcmi_ex.h File Reference

Header file of DCMI Extension HAL module. More...

Go to the source code of this file.

Data Structures

struct  DCMI_InitTypeDef
 DCMI Init structure definition. More...
 

Variables

 C
 

Detailed Description

Header file of DCMI Extension HAL module.

Author
MCD Application Team
Attention

Copyright (c) 2017 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

Definition in file stm32f4xx_hal_dcmi_ex.h.


Data Structure Documentation

◆ DCMI_InitTypeDef

struct DCMI_InitTypeDef

DCMI Init structure definition.

Definition at line 61 of file stm32f4xx_hal_dcmi_ex.h.

Data Fields
uint32_t ByteSelectMode

Specifies the data to be captured by the interface This parameter can be a value of DCMI Byte Select Mode

uint32_t ByteSelectStart

Specifies if the data to be captured by the interface is even or odd This parameter can be a value of DCMI Byte Select Start

uint32_t CaptureRate

Specifies the frequency of frame capture: All, 1/2 or 1/4. This parameter can be a value of DCMI Capture Rate

uint32_t 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

uint32_t HSPolarity

Specifies the Horizontal synchronization polarity: High or Low. This parameter can be a value of DCMI HSYNC Polarity

uint32_t JPEGMode

Enable or Disable the JPEG mode This parameter can be a value of DCMI MODE JPEG

uint32_t LineSelectMode

Specifies the line of data to be captured by the interface This parameter can be a value of DCMI Line Select Mode

uint32_t LineSelectStart

Specifies if the line of data to be captured by the interface is even or odd This parameter can be a value of DCMI Line Select Start

uint32_t PCKPolarity

Specifies the Pixel clock polarity: Falling or Rising. This parameter can be a value of DCMI PIXCK Polarity

uint32_t SynchroMode

Specifies the Synchronization Mode: Hardware or Embedded. This parameter can be a value of DCMI Synchronization Mode

DCMI_CodesInitTypeDef SyncroCode

Specifies the code of the frame start delimiter.

uint32_t VSPolarity

Specifies the Vertical synchronization polarity: High or Low. This parameter can be a value of DCMI VSYNC Polarity

Variable Documentation

◆ C

C
extern
Initial value:
{
#endif
#if defined(STM32F407xx) || defined(STM32F417xx) || defined(STM32F427xx) || defined(STM32F437xx) ||\
defined(STM32F429xx) || defined(STM32F439xx) || defined(STM32F446xx) || defined(STM32F469xx) ||\
defined(STM32F479xx)
typedef struct
{
uint8_t FrameStartCode;
uint8_t LineStartCode;
uint8_t LineEndCode;
uint8_t FrameEndCode;
}DCMI_CodesInitTypeDef
This file contains HAL common defines, enumeration, macros and structures definitions.