STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
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 50 of file stm32f4xx_hal_dcmi_ex.h.
uint8_t DCMI_CodesInitTypeDef::FrameStartCode |
Specifies the code of the frame start delimiter.
Definition at line 52 of file stm32f4xx_hal_dcmi_ex.h.
Referenced by HAL_DCMI_Init().
uint8_t DCMI_CodesInitTypeDef::LineStartCode |
Specifies the code of the line start delimiter.
Definition at line 53 of file stm32f4xx_hal_dcmi_ex.h.
Referenced by HAL_DCMI_Init().
uint8_t DCMI_CodesInitTypeDef::LineEndCode |
Specifies the code of the line end delimiter.
Definition at line 54 of file stm32f4xx_hal_dcmi_ex.h.
Referenced by HAL_DCMI_Init().
uint8_t DCMI_CodesInitTypeDef::FrameEndCode |
Specifies the code of the frame end delimiter.
Definition at line 55 of file stm32f4xx_hal_dcmi_ex.h.
Referenced by HAL_DCMI_Init().