DCMI Embedded Synchronisation CODE Init structure definition. More...
#include <stm32f4xx_dcmi.h>
Public Attributes | |
uint8_t | DCMI_FrameEndCode |
uint8_t | DCMI_FrameStartCode |
uint8_t | DCMI_LineEndCode |
uint8_t | DCMI_LineStartCode |
DCMI Embedded Synchronisation CODE Init structure definition.
Definition at line 97 of file stm32f4xx_dcmi.h.
uint8_t DCMI_CodesInitTypeDef::DCMI_FrameEndCode |
Specifies the code of the frame end delimiter.
Definition at line 102 of file stm32f4xx_dcmi.h.
uint8_t DCMI_CodesInitTypeDef::DCMI_FrameStartCode |
Specifies the code of the frame start delimiter.
Definition at line 99 of file stm32f4xx_dcmi.h.
uint8_t DCMI_CodesInitTypeDef::DCMI_LineEndCode |
Specifies the code of the line end delimiter.
Definition at line 101 of file stm32f4xx_dcmi.h.
uint8_t DCMI_CodesInitTypeDef::DCMI_LineStartCode |
Specifies the code of the line start delimiter.
Definition at line 100 of file stm32f4xx_dcmi.h.