STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
stm32f4xx_hal_dcmi_ex.h File Reference

Header file of DCMI Extension HAL module. More...

Include dependency graph for stm32f4xx_hal_dcmi_ex.h:

Go to the source code of this file.

Data Structures

struct  DCMI_CodesInitTypeDef
 DCMIEx Embedded Synchronisation CODE Init structure definition. More...
 
struct  DCMI_InitTypeDef
 DCMI Init structure definition. More...
 

Macros

#define DCMI_BSM_ALL   0x00000000U
 
#define DCMI_BSM_OTHER   ((uint32_t)DCMI_CR_BSM_0)
 
#define DCMI_BSM_ALTERNATE_4   ((uint32_t)DCMI_CR_BSM_1)
 
#define DCMI_BSM_ALTERNATE_2   ((uint32_t)(DCMI_CR_BSM_0 | DCMI_CR_BSM_1))
 
#define DCMI_OEBS_ODD   0x00000000U
 
#define DCMI_OEBS_EVEN   ((uint32_t)DCMI_CR_OEBS)
 
#define DCMI_LSM_ALL   0x00000000U
 
#define DCMI_LSM_ALTERNATE_2   ((uint32_t)DCMI_CR_LSM)
 
#define DCMI_OELS_ODD   0x00000000U
 
#define DCMI_OELS_EVEN   ((uint32_t)DCMI_CR_OELS)
 
#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
 
#define IS_DCMI_BYTE_SELECT_MODE(MODE)
 
#define IS_DCMI_BYTE_SELECT_START(POLARITY)
 
#define IS_DCMI_LINE_SELECT_MODE(MODE)
 
#define IS_DCMI_LINE_SELECT_START(POLARITY)
 

Detailed Description

Header file of DCMI Extension HAL module.

Author
MCD Application Team
Attention

Copyright (c) 2017 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

Definition in file stm32f4xx_hal_dcmi_ex.h.