STM32H735xx HAL User Manual
Data Fields
DCMI_CodesInitTypeDef Struct Reference

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

#include <stm32h7xx_hal_dcmi.h>

Data Fields

uint8_t FrameStartCode
uint8_t LineStartCode
uint8_t LineEndCode
uint8_t FrameEndCode

Detailed Description

DCMI Embedded Synchronisation CODE Init structure definition.

Definition at line 60 of file stm32h7xx_hal_dcmi.h.


Field Documentation

Specifies the code of the frame end delimiter.

Definition at line 65 of file stm32h7xx_hal_dcmi.h.

Referenced by HAL_DCMI_Init().

Specifies the code of the frame start delimiter.

Definition at line 62 of file stm32h7xx_hal_dcmi.h.

Referenced by HAL_DCMI_Init().

Specifies the code of the line end delimiter.

Definition at line 64 of file stm32h7xx_hal_dcmi.h.

Referenced by HAL_DCMI_Init().

Specifies the code of the line start delimiter.

Definition at line 63 of file stm32h7xx_hal_dcmi.h.

Referenced by HAL_DCMI_Init().


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