STM32F479xx HAL User Manual
Modules | Defines
DCMIEx
STM32F4xx_HAL_Driver

DCMI Extended HAL module driver. More...

Modules

 DCMI Extended Exported Functions
 DCMI Extended Exported Types
 DCMI Exported Constants
 DCMI Extended Private Macros
 Initialization and Configuration functions
 

Initialization and Configuration functions.


Defines

#define DCMI_POSITION_ESCR_LSC   (uint32_t)DCMI_ESCR_LSC_Pos
#define DCMI_POSITION_ESCR_LEC   (uint32_t)DCMI_ESCR_LEC_Pos
#define DCMI_POSITION_ESCR_FEC   (uint32_t)DCMI_ESCR_FEC_Pos

Detailed Description

DCMI Extended HAL module driver.

DCMI HAL module driver.


Define Documentation

#define DCMI_POSITION_ESCR_FEC   (uint32_t)DCMI_ESCR_FEC_Pos

Required left shift to set frame end delimiter

Definition at line 167 of file stm32f4xx_hal_dcmi_ex.h.

Referenced by HAL_DCMI_Init().

#define DCMI_POSITION_ESCR_LEC   (uint32_t)DCMI_ESCR_LEC_Pos

Required left shift to set line end delimiter

Definition at line 166 of file stm32f4xx_hal_dcmi_ex.h.

Referenced by HAL_DCMI_Init().

#define DCMI_POSITION_ESCR_LSC   (uint32_t)DCMI_ESCR_LSC_Pos

Required left shift to set line start delimiter

Definition at line 165 of file stm32f4xx_hal_dcmi_ex.h.

Referenced by HAL_DCMI_Init().