STM32F439xx HAL User Manual
Data Fields
DCMI_CodesInitTypeDef Struct Reference

DCMIEx Embedded Synchronisation CODE Init structure definition. More...

#include <stm32f4xx_hal_dcmi_ex.h>

Data Fields

uint8_t FrameStartCode
uint8_t LineStartCode
uint8_t LineEndCode
uint8_t FrameEndCode

Detailed Description

DCMIEx Embedded Synchronisation CODE Init structure definition.

Definition at line 68 of file stm32f4xx_hal_dcmi_ex.h.


Field Documentation

Specifies the code of the frame end delimiter.

Definition at line 73 of file stm32f4xx_hal_dcmi_ex.h.

Referenced by HAL_DCMI_Init().

Specifies the code of the frame start delimiter.

Definition at line 70 of file stm32f4xx_hal_dcmi_ex.h.

Referenced by HAL_DCMI_Init().

Specifies the code of the line end delimiter.

Definition at line 72 of file stm32f4xx_hal_dcmi_ex.h.

Referenced by HAL_DCMI_Init().

Specifies the code of the line start delimiter.

Definition at line 71 of file stm32f4xx_hal_dcmi_ex.h.

Referenced by HAL_DCMI_Init().


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