STM32F4xx_HAL_Driver
1.8.3
|
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 | |
Header file of DCMI Extension HAL module.
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.
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 |
|
extern |