|
STM32F439xx HAL User Manual
|
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 |
DCMIEx Embedded Synchronisation CODE Init structure definition.
Definition at line 68 of file stm32f4xx_hal_dcmi_ex.h.
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().
1.7.6.1