|
STM32F479xx 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 52 of file stm32f4xx_hal_dcmi_ex.h.
Specifies the code of the frame end delimiter.
Definition at line 57 of file stm32f4xx_hal_dcmi_ex.h.
Referenced by HAL_DCMI_Init().
Specifies the code of the frame start delimiter.
Definition at line 54 of file stm32f4xx_hal_dcmi_ex.h.
Referenced by HAL_DCMI_Init().
Specifies the code of the line end delimiter.
Definition at line 56 of file stm32f4xx_hal_dcmi_ex.h.
Referenced by HAL_DCMI_Init().
Specifies the code of the line start delimiter.
Definition at line 55 of file stm32f4xx_hal_dcmi_ex.h.
Referenced by HAL_DCMI_Init().
1.7.6.1