1 /** 2 ****************************************************************************** 3 * @file stm32f2xx_hal_dcmi_ex.h 4 * @author MCD Application Team 5 * @brief Header file of DCMI Extension HAL module. 6 ****************************************************************************** 7 * @attention 8 * 9 * <h2><center>© Copyright (c) 2016 STMicroelectronics. 10 * All rights reserved.</center></h2> 11 * 12 * This software component is licensed by ST under BSD 3-Clause license, 13 * the "License"; You may not use this file except in compliance with the 14 * License. You may obtain a copy of the License at: 15 * opensource.org/licenses/BSD-3-Clause 16 * 17 ****************************************************************************** 18 */ 19 20 /* Define to prevent recursive inclusion -------------------------------------*/ 21 #ifndef __STM32F2xx_HAL_DCMI_EX_H 22 #define __STM32F2xx_HAL_DCMI_EX_H 23 24 /* Includes ------------------------------------------------------------------*/ 25 /* Exported types ------------------------------------------------------------*/ 26 /* Exported constants --------------------------------------------------------*/ 27 /* Exported macro ------------------------------------------------------------*/ 28 /* Exported functions --------------------------------------------------------*/ 29 /* Private types -------------------------------------------------------------*/ 30 /* Private variables ---------------------------------------------------------*/ 31 /* Private constants ---------------------------------------------------------*/ 32 /* Private macro -------------------------------------------------------------*/ 33 /* Private functions ---------------------------------------------------------*/ 34 35 #endif /* __STM32F2xx_HAL_DCMI_H */ 36 37 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ 38