STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches

DCMI Extended HAL module driver. More...

Collaboration diagram for DCMIEx:

Topics

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

Macros

#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.

Macro Definition Documentation

◆ DCMI_POSITION_ESCR_LSC

#define DCMI_POSITION_ESCR_LSC   (uint32_t)DCMI_ESCR_LSC_Pos

#include <stm32f4xx_hal_dcmi_ex.h>

Required left shift to set line start delimiter

Definition at line 163 of file stm32f4xx_hal_dcmi_ex.h.

Referenced by HAL_DCMI_Init().

◆ DCMI_POSITION_ESCR_LEC

#define DCMI_POSITION_ESCR_LEC   (uint32_t)DCMI_ESCR_LEC_Pos

#include <stm32f4xx_hal_dcmi_ex.h>

Required left shift to set line end delimiter

Definition at line 164 of file stm32f4xx_hal_dcmi_ex.h.

Referenced by HAL_DCMI_Init().

◆ DCMI_POSITION_ESCR_FEC

#define DCMI_POSITION_ESCR_FEC   (uint32_t)DCMI_ESCR_FEC_Pos

#include <stm32f4xx_hal_dcmi_ex.h>

Required left shift to set frame end delimiter

Definition at line 165 of file stm32f4xx_hal_dcmi_ex.h.

Referenced by HAL_DCMI_Init().