STM32F439xx HAL User Manual
Data Fields
DCMI_InitTypeDef Struct Reference

DCMI Init structure definition. More...

#include <stm32f4xx_hal_dcmi_ex.h>

Data Fields

uint32_t SynchroMode
uint32_t PCKPolarity
uint32_t VSPolarity
uint32_t HSPolarity
uint32_t CaptureRate
uint32_t ExtendedDataMode
DCMI_CodesInitTypeDef SyncroCode
uint32_t JPEGMode

Detailed Description

DCMI Init structure definition.

Definition at line 79 of file stm32f4xx_hal_dcmi_ex.h.


Field Documentation

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

Definition at line 93 of file stm32f4xx_hal_dcmi_ex.h.

Referenced by HAL_DCMI_Init().

Specifies the data width: 8-bit, 10-bit, 12-bit or 14-bit. This parameter can be a value of DCMI Extended Data Mode

Definition at line 96 of file stm32f4xx_hal_dcmi_ex.h.

Referenced by HAL_DCMI_Init().

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

Definition at line 90 of file stm32f4xx_hal_dcmi_ex.h.

Referenced by HAL_DCMI_Init().

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

Definition at line 101 of file stm32f4xx_hal_dcmi_ex.h.

Referenced by HAL_DCMI_Init().

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

Definition at line 84 of file stm32f4xx_hal_dcmi_ex.h.

Referenced by HAL_DCMI_Init().

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

Definition at line 81 of file stm32f4xx_hal_dcmi_ex.h.

Referenced by HAL_DCMI_Init().

Specifies the code of the frame start delimiter.

Definition at line 99 of file stm32f4xx_hal_dcmi_ex.h.

Referenced by HAL_DCMI_Init().

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

Definition at line 87 of file stm32f4xx_hal_dcmi_ex.h.

Referenced by HAL_DCMI_Init().


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