STM32H735xx HAL User Manual
|
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 |
DCMI Embedded Synchronisation CODE Init structure definition.
Definition at line 60 of file stm32h7xx_hal_dcmi.h.
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().