STM32F479xx HAL User Manual
|
Header file of DCMI Extension HAL module. More...
#include "stm32f4xx_hal_def.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... | |
Defines | |
#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) |
Header file of DCMI Extension HAL module.
This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause
Definition in file stm32f4xx_hal_dcmi_ex.h.