meh

Fork of mbed by mbed official

Committer:
Kojto
Date:
Wed May 13 08:08:21 2015 +0200
Revision:
99:dbbf35b96557
Parent:
92:4fc01daae5a5
Child:
106:ba1f97679dad
Release 99 of the mbed library

Changes:
- new targets - MAXWSNENV, DISCO_L053C8
- STM32F4xx - ST Cube driver
- KSDK mcu - SPI timing fix
- Nordic - update to softdevice s130

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 92:4fc01daae5a5 1 /**
bogdanm 92:4fc01daae5a5 2 ******************************************************************************
bogdanm 92:4fc01daae5a5 3 * @file stm32f4xx_hal_dcmi.h
bogdanm 92:4fc01daae5a5 4 * @author MCD Application Team
Kojto 99:dbbf35b96557 5 * @version V1.3.0
Kojto 99:dbbf35b96557 6 * @date 09-March-2015
bogdanm 92:4fc01daae5a5 7 * @brief Header file of DCMI HAL module.
bogdanm 92:4fc01daae5a5 8 ******************************************************************************
bogdanm 92:4fc01daae5a5 9 * @attention
bogdanm 92:4fc01daae5a5 10 *
Kojto 99:dbbf35b96557 11 * <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
bogdanm 92:4fc01daae5a5 12 *
bogdanm 92:4fc01daae5a5 13 * Redistribution and use in source and binary forms, with or without modification,
bogdanm 92:4fc01daae5a5 14 * are permitted provided that the following conditions are met:
bogdanm 92:4fc01daae5a5 15 * 1. Redistributions of source code must retain the above copyright notice,
bogdanm 92:4fc01daae5a5 16 * this list of conditions and the following disclaimer.
bogdanm 92:4fc01daae5a5 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
bogdanm 92:4fc01daae5a5 18 * this list of conditions and the following disclaimer in the documentation
bogdanm 92:4fc01daae5a5 19 * and/or other materials provided with the distribution.
bogdanm 92:4fc01daae5a5 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
bogdanm 92:4fc01daae5a5 21 * may be used to endorse or promote products derived from this software
bogdanm 92:4fc01daae5a5 22 * without specific prior written permission.
bogdanm 92:4fc01daae5a5 23 *
bogdanm 92:4fc01daae5a5 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
bogdanm 92:4fc01daae5a5 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
bogdanm 92:4fc01daae5a5 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
bogdanm 92:4fc01daae5a5 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
bogdanm 92:4fc01daae5a5 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
bogdanm 92:4fc01daae5a5 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
bogdanm 92:4fc01daae5a5 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
bogdanm 92:4fc01daae5a5 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
bogdanm 92:4fc01daae5a5 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
bogdanm 92:4fc01daae5a5 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
bogdanm 92:4fc01daae5a5 34 *
bogdanm 92:4fc01daae5a5 35 ******************************************************************************
bogdanm 92:4fc01daae5a5 36 */
bogdanm 92:4fc01daae5a5 37
bogdanm 92:4fc01daae5a5 38 /* Define to prevent recursive inclusion -------------------------------------*/
bogdanm 92:4fc01daae5a5 39 #ifndef __STM32F4xx_HAL_DCMI_H
bogdanm 92:4fc01daae5a5 40 #define __STM32F4xx_HAL_DCMI_H
bogdanm 92:4fc01daae5a5 41
bogdanm 92:4fc01daae5a5 42 #ifdef __cplusplus
bogdanm 92:4fc01daae5a5 43 extern "C" {
bogdanm 92:4fc01daae5a5 44 #endif
bogdanm 92:4fc01daae5a5 45
Kojto 99:dbbf35b96557 46 #if defined(STM32F407xx) || defined(STM32F417xx) || defined(STM32F427xx) || defined(STM32F437xx) ||\
Kojto 99:dbbf35b96557 47 defined(STM32F429xx) || defined(STM32F439xx) || defined(STM32F446xx)
bogdanm 92:4fc01daae5a5 48 /* Includes ------------------------------------------------------------------*/
bogdanm 92:4fc01daae5a5 49 #include "stm32f4xx_hal_def.h"
bogdanm 92:4fc01daae5a5 50
Kojto 99:dbbf35b96557 51 /* Include DCMI HAL Extended module */
Kojto 99:dbbf35b96557 52 /* (include on top of file since DCMI structures are defined in extended file) */
Kojto 99:dbbf35b96557 53 #include "stm32f4xx_hal_dcmi_ex.h"
bogdanm 92:4fc01daae5a5 54
bogdanm 92:4fc01daae5a5 55 /** @addtogroup STM32F4xx_HAL_Driver
bogdanm 92:4fc01daae5a5 56 * @{
bogdanm 92:4fc01daae5a5 57 */
bogdanm 92:4fc01daae5a5 58
Kojto 99:dbbf35b96557 59 /** @addtogroup DCMI DCMI
Kojto 99:dbbf35b96557 60 * @brief DCMI HAL module driver
bogdanm 92:4fc01daae5a5 61 * @{
bogdanm 92:4fc01daae5a5 62 */
bogdanm 92:4fc01daae5a5 63
bogdanm 92:4fc01daae5a5 64 /* Exported types ------------------------------------------------------------*/
Kojto 99:dbbf35b96557 65 /** @defgroup DCMI_Exported_Types DCMI Exported Types
Kojto 99:dbbf35b96557 66 * @{
Kojto 99:dbbf35b96557 67 */
bogdanm 92:4fc01daae5a5 68 /**
bogdanm 92:4fc01daae5a5 69 * @brief DCMI Error source
bogdanm 92:4fc01daae5a5 70 */
bogdanm 92:4fc01daae5a5 71 typedef enum
bogdanm 92:4fc01daae5a5 72 {
bogdanm 92:4fc01daae5a5 73 DCMI_ERROR_SYNC = 1, /*!< Synchronisation error */
bogdanm 92:4fc01daae5a5 74 DCMI_OVERRUN = 2, /*!< DCMI Overrun */
bogdanm 92:4fc01daae5a5 75 }DCMI_ErrorTypeDef;
bogdanm 92:4fc01daae5a5 76
bogdanm 92:4fc01daae5a5 77
bogdanm 92:4fc01daae5a5 78 /**
bogdanm 92:4fc01daae5a5 79 * @brief HAL DCMI State structures definition
bogdanm 92:4fc01daae5a5 80 */
bogdanm 92:4fc01daae5a5 81 typedef enum
bogdanm 92:4fc01daae5a5 82 {
bogdanm 92:4fc01daae5a5 83 HAL_DCMI_STATE_RESET = 0x00, /*!< DCMI not yet initialized or disabled */
bogdanm 92:4fc01daae5a5 84 HAL_DCMI_STATE_READY = 0x01, /*!< DCMI initialized and ready for use */
bogdanm 92:4fc01daae5a5 85 HAL_DCMI_STATE_BUSY = 0x02, /*!< DCMI internal processing is ongoing */
bogdanm 92:4fc01daae5a5 86 HAL_DCMI_STATE_TIMEOUT = 0x03, /*!< DCMI timeout state */
bogdanm 92:4fc01daae5a5 87 HAL_DCMI_STATE_ERROR = 0x04 /*!< DCMI error state */
bogdanm 92:4fc01daae5a5 88 }HAL_DCMI_StateTypeDef;
bogdanm 92:4fc01daae5a5 89
bogdanm 92:4fc01daae5a5 90 /**
bogdanm 92:4fc01daae5a5 91 * @brief DCMI handle Structure definition
bogdanm 92:4fc01daae5a5 92 */
bogdanm 92:4fc01daae5a5 93 typedef struct
bogdanm 92:4fc01daae5a5 94 {
bogdanm 92:4fc01daae5a5 95 DCMI_TypeDef *Instance; /*!< DCMI Register base address */
bogdanm 92:4fc01daae5a5 96
bogdanm 92:4fc01daae5a5 97 DCMI_InitTypeDef Init; /*!< DCMI parameters */
bogdanm 92:4fc01daae5a5 98
bogdanm 92:4fc01daae5a5 99 HAL_LockTypeDef Lock; /*!< DCMI locking object */
bogdanm 92:4fc01daae5a5 100
bogdanm 92:4fc01daae5a5 101 __IO HAL_DCMI_StateTypeDef State; /*!< DCMI state */
bogdanm 92:4fc01daae5a5 102
bogdanm 92:4fc01daae5a5 103 __IO uint32_t XferCount; /*!< DMA transfer counter */
bogdanm 92:4fc01daae5a5 104
bogdanm 92:4fc01daae5a5 105 __IO uint32_t XferSize; /*!< DMA transfer size */
bogdanm 92:4fc01daae5a5 106
bogdanm 92:4fc01daae5a5 107 uint32_t XferTransferNumber; /*!< DMA transfer number */
bogdanm 92:4fc01daae5a5 108
bogdanm 92:4fc01daae5a5 109 uint32_t pBuffPtr; /*!< Pointer to DMA output buffer */
bogdanm 92:4fc01daae5a5 110
bogdanm 92:4fc01daae5a5 111 DMA_HandleTypeDef *DMA_Handle; /*!< Pointer to the DMA handler */
bogdanm 92:4fc01daae5a5 112
bogdanm 92:4fc01daae5a5 113 __IO uint32_t ErrorCode; /*!< DCMI Error code */
bogdanm 92:4fc01daae5a5 114
bogdanm 92:4fc01daae5a5 115 }DCMI_HandleTypeDef;
Kojto 99:dbbf35b96557 116 /**
Kojto 99:dbbf35b96557 117 * @}
Kojto 99:dbbf35b96557 118 */
bogdanm 92:4fc01daae5a5 119
bogdanm 92:4fc01daae5a5 120 /* Exported constants --------------------------------------------------------*/
Kojto 99:dbbf35b96557 121 /** @defgroup DCMI_Exported_Constants DCMI Exported Constants
bogdanm 92:4fc01daae5a5 122 * @{
bogdanm 92:4fc01daae5a5 123 */
bogdanm 92:4fc01daae5a5 124
Kojto 99:dbbf35b96557 125 /** @defgroup DCMI_Error_Code DCMI Error Code
bogdanm 92:4fc01daae5a5 126 * @{
bogdanm 92:4fc01daae5a5 127 */
bogdanm 92:4fc01daae5a5 128 #define HAL_DCMI_ERROR_NONE ((uint32_t)0x00000000) /*!< No error */
bogdanm 92:4fc01daae5a5 129 #define HAL_DCMI_ERROR_OVF ((uint32_t)0x00000001) /*!< Overflow error */
bogdanm 92:4fc01daae5a5 130 #define HAL_DCMI_ERROR_SYNC ((uint32_t)0x00000002) /*!< Synchronization error */
bogdanm 92:4fc01daae5a5 131 #define HAL_DCMI_ERROR_TIMEOUT ((uint32_t)0x00000020) /*!< Timeout error */
bogdanm 92:4fc01daae5a5 132 /**
bogdanm 92:4fc01daae5a5 133 * @}
bogdanm 92:4fc01daae5a5 134 */
bogdanm 92:4fc01daae5a5 135
Kojto 99:dbbf35b96557 136 /** @defgroup DCMI_Capture_Mode DCMI Capture Mode
bogdanm 92:4fc01daae5a5 137 * @{
bogdanm 92:4fc01daae5a5 138 */
bogdanm 92:4fc01daae5a5 139 #define DCMI_MODE_CONTINUOUS ((uint32_t)0x00000000) /*!< The received data are transferred continuously
bogdanm 92:4fc01daae5a5 140 into the destination memory through the DMA */
bogdanm 92:4fc01daae5a5 141 #define DCMI_MODE_SNAPSHOT ((uint32_t)DCMI_CR_CM) /*!< Once activated, the interface waits for the start of
bogdanm 92:4fc01daae5a5 142 frame and then transfers a single frame through the DMA */
bogdanm 92:4fc01daae5a5 143 /**
bogdanm 92:4fc01daae5a5 144 * @}
bogdanm 92:4fc01daae5a5 145 */
bogdanm 92:4fc01daae5a5 146
Kojto 99:dbbf35b96557 147 /** @defgroup DCMI_Synchronization_Mode DCMI Synchronization Mode
bogdanm 92:4fc01daae5a5 148 * @{
bogdanm 92:4fc01daae5a5 149 */
bogdanm 92:4fc01daae5a5 150 #define DCMI_SYNCHRO_HARDWARE ((uint32_t)0x00000000) /*!< Hardware synchronization data capture (frame/line start/stop)
bogdanm 92:4fc01daae5a5 151 is synchronized with the HSYNC/VSYNC signals */
bogdanm 92:4fc01daae5a5 152 #define DCMI_SYNCHRO_EMBEDDED ((uint32_t)DCMI_CR_ESS) /*!< Embedded synchronization data capture is synchronized with
bogdanm 92:4fc01daae5a5 153 synchronization codes embedded in the data flow */
bogdanm 92:4fc01daae5a5 154
bogdanm 92:4fc01daae5a5 155 /**
bogdanm 92:4fc01daae5a5 156 * @}
bogdanm 92:4fc01daae5a5 157 */
bogdanm 92:4fc01daae5a5 158
Kojto 99:dbbf35b96557 159 /** @defgroup DCMI_PIXCK_Polarity DCMI PIXCK Polarity
bogdanm 92:4fc01daae5a5 160 * @{
bogdanm 92:4fc01daae5a5 161 */
bogdanm 92:4fc01daae5a5 162 #define DCMI_PCKPOLARITY_FALLING ((uint32_t)0x00000000) /*!< Pixel clock active on Falling edge */
bogdanm 92:4fc01daae5a5 163 #define DCMI_PCKPOLARITY_RISING ((uint32_t)DCMI_CR_PCKPOL) /*!< Pixel clock active on Rising edge */
bogdanm 92:4fc01daae5a5 164
bogdanm 92:4fc01daae5a5 165 /**
bogdanm 92:4fc01daae5a5 166 * @}
bogdanm 92:4fc01daae5a5 167 */
Kojto 99:dbbf35b96557 168
Kojto 99:dbbf35b96557 169 /** @defgroup DCMI_VSYNC_Polarity DCMI VSYNC Polarity
bogdanm 92:4fc01daae5a5 170 * @{
bogdanm 92:4fc01daae5a5 171 */
bogdanm 92:4fc01daae5a5 172 #define DCMI_VSPOLARITY_LOW ((uint32_t)0x00000000) /*!< Vertical synchronization active Low */
bogdanm 92:4fc01daae5a5 173 #define DCMI_VSPOLARITY_HIGH ((uint32_t)DCMI_CR_VSPOL) /*!< Vertical synchronization active High */
bogdanm 92:4fc01daae5a5 174
bogdanm 92:4fc01daae5a5 175 /**
bogdanm 92:4fc01daae5a5 176 * @}
bogdanm 92:4fc01daae5a5 177 */
bogdanm 92:4fc01daae5a5 178
Kojto 99:dbbf35b96557 179 /** @defgroup DCMI_HSYNC_Polarity DCMI HSYNC Polarity
bogdanm 92:4fc01daae5a5 180 * @{
bogdanm 92:4fc01daae5a5 181 */
bogdanm 92:4fc01daae5a5 182 #define DCMI_HSPOLARITY_LOW ((uint32_t)0x00000000) /*!< Horizontal synchronization active Low */
bogdanm 92:4fc01daae5a5 183 #define DCMI_HSPOLARITY_HIGH ((uint32_t)DCMI_CR_HSPOL) /*!< Horizontal synchronization active High */
bogdanm 92:4fc01daae5a5 184
bogdanm 92:4fc01daae5a5 185 /**
bogdanm 92:4fc01daae5a5 186 * @}
bogdanm 92:4fc01daae5a5 187 */
bogdanm 92:4fc01daae5a5 188
Kojto 99:dbbf35b96557 189 /** @defgroup DCMI_MODE_JPEG DCMI MODE JPEG
bogdanm 92:4fc01daae5a5 190 * @{
bogdanm 92:4fc01daae5a5 191 */
bogdanm 92:4fc01daae5a5 192 #define DCMI_JPEG_DISABLE ((uint32_t)0x00000000) /*!< Mode JPEG Disabled */
bogdanm 92:4fc01daae5a5 193 #define DCMI_JPEG_ENABLE ((uint32_t)DCMI_CR_JPEG) /*!< Mode JPEG Enabled */
bogdanm 92:4fc01daae5a5 194
bogdanm 92:4fc01daae5a5 195 /**
bogdanm 92:4fc01daae5a5 196 * @}
bogdanm 92:4fc01daae5a5 197 */
bogdanm 92:4fc01daae5a5 198
Kojto 99:dbbf35b96557 199 /** @defgroup DCMI_Capture_Rate DCMI Capture Rate
bogdanm 92:4fc01daae5a5 200 * @{
bogdanm 92:4fc01daae5a5 201 */
bogdanm 92:4fc01daae5a5 202 #define DCMI_CR_ALL_FRAME ((uint32_t)0x00000000) /*!< All frames are captured */
bogdanm 92:4fc01daae5a5 203 #define DCMI_CR_ALTERNATE_2_FRAME ((uint32_t)DCMI_CR_FCRC_0) /*!< Every alternate frame captured */
bogdanm 92:4fc01daae5a5 204 #define DCMI_CR_ALTERNATE_4_FRAME ((uint32_t)DCMI_CR_FCRC_1) /*!< One frame in 4 frames captured */
bogdanm 92:4fc01daae5a5 205
bogdanm 92:4fc01daae5a5 206 /**
bogdanm 92:4fc01daae5a5 207 * @}
bogdanm 92:4fc01daae5a5 208 */
bogdanm 92:4fc01daae5a5 209
Kojto 99:dbbf35b96557 210 /** @defgroup DCMI_Extended_Data_Mode DCMI Extended Data Mode
bogdanm 92:4fc01daae5a5 211 * @{
bogdanm 92:4fc01daae5a5 212 */
bogdanm 92:4fc01daae5a5 213 #define DCMI_EXTEND_DATA_8B ((uint32_t)0x00000000) /*!< Interface captures 8-bit data on every pixel clock */
bogdanm 92:4fc01daae5a5 214 #define DCMI_EXTEND_DATA_10B ((uint32_t)DCMI_CR_EDM_0) /*!< Interface captures 10-bit data on every pixel clock */
bogdanm 92:4fc01daae5a5 215 #define DCMI_EXTEND_DATA_12B ((uint32_t)DCMI_CR_EDM_1) /*!< Interface captures 12-bit data on every pixel clock */
bogdanm 92:4fc01daae5a5 216 #define DCMI_EXTEND_DATA_14B ((uint32_t)(DCMI_CR_EDM_0 | DCMI_CR_EDM_1)) /*!< Interface captures 14-bit data on every pixel clock */
bogdanm 92:4fc01daae5a5 217
bogdanm 92:4fc01daae5a5 218 /**
bogdanm 92:4fc01daae5a5 219 * @}
bogdanm 92:4fc01daae5a5 220 */
bogdanm 92:4fc01daae5a5 221
Kojto 99:dbbf35b96557 222 /** @defgroup DCMI_Window_Coordinate DCMI Window Coordinate
bogdanm 92:4fc01daae5a5 223 * @{
bogdanm 92:4fc01daae5a5 224 */
bogdanm 92:4fc01daae5a5 225 #define DCMI_WINDOW_COORDINATE ((uint32_t)0x3FFF) /*!< Window coordinate */
bogdanm 92:4fc01daae5a5 226
bogdanm 92:4fc01daae5a5 227 /**
bogdanm 92:4fc01daae5a5 228 * @}
bogdanm 92:4fc01daae5a5 229 */
bogdanm 92:4fc01daae5a5 230
Kojto 99:dbbf35b96557 231 /** @defgroup DCMI_Window_Height DCMI Window Height
bogdanm 92:4fc01daae5a5 232 * @{
bogdanm 92:4fc01daae5a5 233 */
bogdanm 92:4fc01daae5a5 234 #define DCMI_WINDOW_HEIGHT ((uint32_t)0x1FFF) /*!< Window Height */
bogdanm 92:4fc01daae5a5 235
bogdanm 92:4fc01daae5a5 236 /**
bogdanm 92:4fc01daae5a5 237 * @}
bogdanm 92:4fc01daae5a5 238 */
bogdanm 92:4fc01daae5a5 239
Kojto 99:dbbf35b96557 240 /** @defgroup DCMI_interrupt_sources DCMI interrupt sources
bogdanm 92:4fc01daae5a5 241 * @{
bogdanm 92:4fc01daae5a5 242 */
bogdanm 92:4fc01daae5a5 243 #define DCMI_IT_FRAME ((uint32_t)DCMI_IER_FRAME_IE)
bogdanm 92:4fc01daae5a5 244 #define DCMI_IT_OVF ((uint32_t)DCMI_IER_OVF_IE)
bogdanm 92:4fc01daae5a5 245 #define DCMI_IT_ERR ((uint32_t)DCMI_IER_ERR_IE)
bogdanm 92:4fc01daae5a5 246 #define DCMI_IT_VSYNC ((uint32_t)DCMI_IER_VSYNC_IE)
bogdanm 92:4fc01daae5a5 247 #define DCMI_IT_LINE ((uint32_t)DCMI_IER_LINE_IE)
bogdanm 92:4fc01daae5a5 248 /**
bogdanm 92:4fc01daae5a5 249 * @}
bogdanm 92:4fc01daae5a5 250 */
bogdanm 92:4fc01daae5a5 251
Kojto 99:dbbf35b96557 252 /** @defgroup DCMI_Flags DCMI Flags
bogdanm 92:4fc01daae5a5 253 * @{
bogdanm 92:4fc01daae5a5 254 */
bogdanm 92:4fc01daae5a5 255
bogdanm 92:4fc01daae5a5 256 /**
bogdanm 92:4fc01daae5a5 257 * @brief DCMI SR register
bogdanm 92:4fc01daae5a5 258 */
bogdanm 92:4fc01daae5a5 259 #define DCMI_FLAG_HSYNC ((uint32_t)0x2001)
bogdanm 92:4fc01daae5a5 260 #define DCMI_FLAG_VSYNC ((uint32_t)0x2002)
bogdanm 92:4fc01daae5a5 261 #define DCMI_FLAG_FNE ((uint32_t)0x2004)
bogdanm 92:4fc01daae5a5 262 /**
bogdanm 92:4fc01daae5a5 263 * @brief DCMI RISR register
bogdanm 92:4fc01daae5a5 264 */
bogdanm 92:4fc01daae5a5 265 #define DCMI_FLAG_FRAMERI ((uint32_t)DCMI_RISR_FRAME_RIS)
bogdanm 92:4fc01daae5a5 266 #define DCMI_FLAG_OVFRI ((uint32_t)DCMI_RISR_OVF_RIS)
bogdanm 92:4fc01daae5a5 267 #define DCMI_FLAG_ERRRI ((uint32_t)DCMI_RISR_ERR_RIS)
bogdanm 92:4fc01daae5a5 268 #define DCMI_FLAG_VSYNCRI ((uint32_t)DCMI_RISR_VSYNC_RIS)
bogdanm 92:4fc01daae5a5 269 #define DCMI_FLAG_LINERI ((uint32_t)DCMI_RISR_LINE_RIS)
bogdanm 92:4fc01daae5a5 270 /**
bogdanm 92:4fc01daae5a5 271 * @brief DCMI MISR register
bogdanm 92:4fc01daae5a5 272 */
bogdanm 92:4fc01daae5a5 273 #define DCMI_FLAG_FRAMEMI ((uint32_t)0x1001)
bogdanm 92:4fc01daae5a5 274 #define DCMI_FLAG_OVFMI ((uint32_t)0x1002)
bogdanm 92:4fc01daae5a5 275 #define DCMI_FLAG_ERRMI ((uint32_t)0x1004)
bogdanm 92:4fc01daae5a5 276 #define DCMI_FLAG_VSYNCMI ((uint32_t)0x1008)
bogdanm 92:4fc01daae5a5 277 #define DCMI_FLAG_LINEMI ((uint32_t)0x1010)
bogdanm 92:4fc01daae5a5 278 /**
bogdanm 92:4fc01daae5a5 279 * @}
bogdanm 92:4fc01daae5a5 280 */
bogdanm 92:4fc01daae5a5 281
bogdanm 92:4fc01daae5a5 282 /**
bogdanm 92:4fc01daae5a5 283 * @}
bogdanm 92:4fc01daae5a5 284 */
Kojto 99:dbbf35b96557 285
bogdanm 92:4fc01daae5a5 286 /* Exported macro ------------------------------------------------------------*/
Kojto 99:dbbf35b96557 287 /** @defgroup DCMI_Exported_Macros DCMI Exported Macros
Kojto 99:dbbf35b96557 288 * @{
Kojto 99:dbbf35b96557 289 */
Kojto 99:dbbf35b96557 290
bogdanm 92:4fc01daae5a5 291 /** @brief Reset DCMI handle state
bogdanm 92:4fc01daae5a5 292 * @param __HANDLE__: specifies the DCMI handle.
bogdanm 92:4fc01daae5a5 293 * @retval None
bogdanm 92:4fc01daae5a5 294 */
bogdanm 92:4fc01daae5a5 295 #define __HAL_DCMI_RESET_HANDLE_STATE(__HANDLE__) ((__HANDLE__)->State = HAL_DCMI_STATE_RESET)
bogdanm 92:4fc01daae5a5 296
bogdanm 92:4fc01daae5a5 297 /**
bogdanm 92:4fc01daae5a5 298 * @brief Enable the DCMI.
bogdanm 92:4fc01daae5a5 299 * @param __HANDLE__: DCMI handle
bogdanm 92:4fc01daae5a5 300 * @retval None
bogdanm 92:4fc01daae5a5 301 */
bogdanm 92:4fc01daae5a5 302 #define __HAL_DCMI_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR |= DCMI_CR_ENABLE)
bogdanm 92:4fc01daae5a5 303
bogdanm 92:4fc01daae5a5 304 /**
bogdanm 92:4fc01daae5a5 305 * @brief Disable the DCMI.
bogdanm 92:4fc01daae5a5 306 * @param __HANDLE__: DCMI handle
bogdanm 92:4fc01daae5a5 307 * @retval None
bogdanm 92:4fc01daae5a5 308 */
bogdanm 92:4fc01daae5a5 309 #define __HAL_DCMI_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CR &= ~(DCMI_CR_ENABLE))
bogdanm 92:4fc01daae5a5 310
bogdanm 92:4fc01daae5a5 311 /* Interrupt & Flag management */
bogdanm 92:4fc01daae5a5 312 /**
bogdanm 92:4fc01daae5a5 313 * @brief Get the DCMI pending flags.
bogdanm 92:4fc01daae5a5 314 * @param __HANDLE__: DCMI handle
bogdanm 92:4fc01daae5a5 315 * @param __FLAG__: Get the specified flag.
bogdanm 92:4fc01daae5a5 316 * This parameter can be any combination of the following values:
bogdanm 92:4fc01daae5a5 317 * @arg DCMI_FLAG_FRAMERI: Frame capture complete flag mask
bogdanm 92:4fc01daae5a5 318 * @arg DCMI_FLAG_OVFRI: Overflow flag mask
bogdanm 92:4fc01daae5a5 319 * @arg DCMI_FLAG_ERRRI: Synchronization error flag mask
bogdanm 92:4fc01daae5a5 320 * @arg DCMI_FLAG_VSYNCRI: VSYNC flag mask
bogdanm 92:4fc01daae5a5 321 * @arg DCMI_FLAG_LINERI: Line flag mask
bogdanm 92:4fc01daae5a5 322 * @retval The state of FLAG.
bogdanm 92:4fc01daae5a5 323 */
bogdanm 92:4fc01daae5a5 324 #define __HAL_DCMI_GET_FLAG(__HANDLE__, __FLAG__)\
bogdanm 92:4fc01daae5a5 325 ((((__FLAG__) & 0x3000) == 0x0)? ((__HANDLE__)->Instance->RISR & (__FLAG__)) :\
bogdanm 92:4fc01daae5a5 326 (((__FLAG__) & 0x2000) == 0x0)? ((__HANDLE__)->Instance->MISR & (__FLAG__)) : ((__HANDLE__)->Instance->SR & (__FLAG__)))
bogdanm 92:4fc01daae5a5 327
bogdanm 92:4fc01daae5a5 328 /**
bogdanm 92:4fc01daae5a5 329 * @brief Clear the DCMI pending flags.
bogdanm 92:4fc01daae5a5 330 * @param __HANDLE__: DCMI handle
bogdanm 92:4fc01daae5a5 331 * @param __FLAG__: specifies the flag to clear.
bogdanm 92:4fc01daae5a5 332 * This parameter can be any combination of the following values:
bogdanm 92:4fc01daae5a5 333 * @arg DCMI_FLAG_FRAMERI: Frame capture complete flag mask
bogdanm 92:4fc01daae5a5 334 * @arg DCMI_FLAG_OVFRI: Overflow flag mask
bogdanm 92:4fc01daae5a5 335 * @arg DCMI_FLAG_ERRRI: Synchronization error flag mask
bogdanm 92:4fc01daae5a5 336 * @arg DCMI_FLAG_VSYNCRI: VSYNC flag mask
bogdanm 92:4fc01daae5a5 337 * @arg DCMI_FLAG_LINERI: Line flag mask
bogdanm 92:4fc01daae5a5 338 * @retval None
bogdanm 92:4fc01daae5a5 339 */
bogdanm 92:4fc01daae5a5 340 #define __HAL_DCMI_CLEAR_FLAG(__HANDLE__, __FLAG__) ((__HANDLE__)->Instance->ICR = (__FLAG__))
bogdanm 92:4fc01daae5a5 341
bogdanm 92:4fc01daae5a5 342 /**
bogdanm 92:4fc01daae5a5 343 * @brief Enable the specified DCMI interrupts.
bogdanm 92:4fc01daae5a5 344 * @param __HANDLE__: DCMI handle
bogdanm 92:4fc01daae5a5 345 * @param __INTERRUPT__: specifies the DCMI interrupt sources to be enabled.
bogdanm 92:4fc01daae5a5 346 * This parameter can be any combination of the following values:
bogdanm 92:4fc01daae5a5 347 * @arg DCMI_IT_FRAME: Frame capture complete interrupt mask
bogdanm 92:4fc01daae5a5 348 * @arg DCMI_IT_OVF: Overflow interrupt mask
bogdanm 92:4fc01daae5a5 349 * @arg DCMI_IT_ERR: Synchronization error interrupt mask
bogdanm 92:4fc01daae5a5 350 * @arg DCMI_IT_VSYNC: VSYNC interrupt mask
bogdanm 92:4fc01daae5a5 351 * @arg DCMI_IT_LINE: Line interrupt mask
bogdanm 92:4fc01daae5a5 352 * @retval None
bogdanm 92:4fc01daae5a5 353 */
bogdanm 92:4fc01daae5a5 354 #define __HAL_DCMI_ENABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->IER |= (__INTERRUPT__))
bogdanm 92:4fc01daae5a5 355
bogdanm 92:4fc01daae5a5 356 /**
bogdanm 92:4fc01daae5a5 357 * @brief Disable the specified DCMI interrupts.
bogdanm 92:4fc01daae5a5 358 * @param __HANDLE__: DCMI handle
bogdanm 92:4fc01daae5a5 359 * @param __INTERRUPT__: specifies the DCMI interrupt sources to be enabled.
bogdanm 92:4fc01daae5a5 360 * This parameter can be any combination of the following values:
bogdanm 92:4fc01daae5a5 361 * @arg DCMI_IT_FRAME: Frame capture complete interrupt mask
bogdanm 92:4fc01daae5a5 362 * @arg DCMI_IT_OVF: Overflow interrupt mask
bogdanm 92:4fc01daae5a5 363 * @arg DCMI_IT_ERR: Synchronization error interrupt mask
bogdanm 92:4fc01daae5a5 364 * @arg DCMI_IT_VSYNC: VSYNC interrupt mask
bogdanm 92:4fc01daae5a5 365 * @arg DCMI_IT_LINE: Line interrupt mask
bogdanm 92:4fc01daae5a5 366 * @retval None
bogdanm 92:4fc01daae5a5 367 */
bogdanm 92:4fc01daae5a5 368 #define __HAL_DCMI_DISABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->IER &= ~(__INTERRUPT__))
bogdanm 92:4fc01daae5a5 369
bogdanm 92:4fc01daae5a5 370 /**
bogdanm 92:4fc01daae5a5 371 * @brief Check whether the specified DCMI interrupt has occurred or not.
bogdanm 92:4fc01daae5a5 372 * @param __HANDLE__: DCMI handle
bogdanm 92:4fc01daae5a5 373 * @param __INTERRUPT__: specifies the DCMI interrupt source to check.
bogdanm 92:4fc01daae5a5 374 * This parameter can be one of the following values:
bogdanm 92:4fc01daae5a5 375 * @arg DCMI_IT_FRAME: Frame capture complete interrupt mask
bogdanm 92:4fc01daae5a5 376 * @arg DCMI_IT_OVF: Overflow interrupt mask
bogdanm 92:4fc01daae5a5 377 * @arg DCMI_IT_ERR: Synchronization error interrupt mask
bogdanm 92:4fc01daae5a5 378 * @arg DCMI_IT_VSYNC: VSYNC interrupt mask
bogdanm 92:4fc01daae5a5 379 * @arg DCMI_IT_LINE: Line interrupt mask
bogdanm 92:4fc01daae5a5 380 * @retval The state of INTERRUPT.
bogdanm 92:4fc01daae5a5 381 */
bogdanm 92:4fc01daae5a5 382 #define __HAL_DCMI_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->MISR & (__INTERRUPT__))
Kojto 99:dbbf35b96557 383
Kojto 99:dbbf35b96557 384 /**
Kojto 99:dbbf35b96557 385 * @}
Kojto 99:dbbf35b96557 386 */
Kojto 99:dbbf35b96557 387
bogdanm 92:4fc01daae5a5 388 /* Exported functions --------------------------------------------------------*/
Kojto 99:dbbf35b96557 389 /** @addtogroup DCMI_Exported_Functions
Kojto 99:dbbf35b96557 390 * @{
Kojto 99:dbbf35b96557 391 */
bogdanm 92:4fc01daae5a5 392
Kojto 99:dbbf35b96557 393 /** @addtogroup DCMI_Exported_Functions_Group1
Kojto 99:dbbf35b96557 394 * @{
Kojto 99:dbbf35b96557 395 */
Kojto 99:dbbf35b96557 396
bogdanm 92:4fc01daae5a5 397 /* Initialization and de-initialization functions *****************************/
bogdanm 92:4fc01daae5a5 398 HAL_StatusTypeDef HAL_DCMI_Init(DCMI_HandleTypeDef *hdcmi);
bogdanm 92:4fc01daae5a5 399 HAL_StatusTypeDef HAL_DCMI_DeInit(DCMI_HandleTypeDef *hdcmi);
bogdanm 92:4fc01daae5a5 400 void HAL_DCMI_MspInit(DCMI_HandleTypeDef* hdcmi);
bogdanm 92:4fc01daae5a5 401 void HAL_DCMI_MspDeInit(DCMI_HandleTypeDef* hdcmi);
Kojto 99:dbbf35b96557 402 /**
Kojto 99:dbbf35b96557 403 * @}
Kojto 99:dbbf35b96557 404 */
Kojto 99:dbbf35b96557 405
Kojto 99:dbbf35b96557 406 /** @addtogroup DCMI_Exported_Functions_Group2
Kojto 99:dbbf35b96557 407 * @{
Kojto 99:dbbf35b96557 408 */
Kojto 99:dbbf35b96557 409
bogdanm 92:4fc01daae5a5 410 /* IO operation functions *****************************************************/
bogdanm 92:4fc01daae5a5 411 HAL_StatusTypeDef HAL_DCMI_Start_DMA(DCMI_HandleTypeDef* hdcmi, uint32_t DCMI_Mode, uint32_t pData, uint32_t Length);
bogdanm 92:4fc01daae5a5 412 HAL_StatusTypeDef HAL_DCMI_Stop(DCMI_HandleTypeDef* hdcmi);
bogdanm 92:4fc01daae5a5 413 void HAL_DCMI_ErrorCallback(DCMI_HandleTypeDef *hdcmi);
bogdanm 92:4fc01daae5a5 414 void HAL_DCMI_LineEventCallback(DCMI_HandleTypeDef *hdcmi);
bogdanm 92:4fc01daae5a5 415 void HAL_DCMI_FrameEventCallback(DCMI_HandleTypeDef *hdcmi);
bogdanm 92:4fc01daae5a5 416 void HAL_DCMI_VsyncEventCallback(DCMI_HandleTypeDef *hdcmi);
Kojto 99:dbbf35b96557 417 void HAL_DCMI_IRQHandler(DCMI_HandleTypeDef *hdcmi);
Kojto 99:dbbf35b96557 418 /**
Kojto 99:dbbf35b96557 419 * @}
Kojto 99:dbbf35b96557 420 */
Kojto 99:dbbf35b96557 421
Kojto 99:dbbf35b96557 422 /** @addtogroup DCMI_Exported_Functions_Group3
Kojto 99:dbbf35b96557 423 * @{
Kojto 99:dbbf35b96557 424 */
bogdanm 92:4fc01daae5a5 425 /* Peripheral Control functions ***********************************************/
bogdanm 92:4fc01daae5a5 426 HAL_StatusTypeDef HAL_DCMI_ConfigCROP(DCMI_HandleTypeDef *hdcmi, uint32_t X0, uint32_t Y0, uint32_t XSize, uint32_t YSize);
bogdanm 92:4fc01daae5a5 427 HAL_StatusTypeDef HAL_DCMI_EnableCROP(DCMI_HandleTypeDef *hdcmi);
bogdanm 92:4fc01daae5a5 428 HAL_StatusTypeDef HAL_DCMI_DisableCROP(DCMI_HandleTypeDef *hdcmi);
Kojto 99:dbbf35b96557 429 /**
Kojto 99:dbbf35b96557 430 * @}
Kojto 99:dbbf35b96557 431 */
Kojto 99:dbbf35b96557 432
Kojto 99:dbbf35b96557 433 /** @addtogroup DCMI_Exported_Functions_Group4
Kojto 99:dbbf35b96557 434 * @{
Kojto 99:dbbf35b96557 435 */
bogdanm 92:4fc01daae5a5 436 /* Peripheral State functions *************************************************/
bogdanm 92:4fc01daae5a5 437 HAL_DCMI_StateTypeDef HAL_DCMI_GetState(DCMI_HandleTypeDef *hdcmi);
bogdanm 92:4fc01daae5a5 438 uint32_t HAL_DCMI_GetError(DCMI_HandleTypeDef *hdcmi);
Kojto 99:dbbf35b96557 439 /**
Kojto 99:dbbf35b96557 440 * @}
Kojto 99:dbbf35b96557 441 */
bogdanm 92:4fc01daae5a5 442
bogdanm 92:4fc01daae5a5 443 /**
bogdanm 92:4fc01daae5a5 444 * @}
Kojto 99:dbbf35b96557 445 */
bogdanm 92:4fc01daae5a5 446
Kojto 99:dbbf35b96557 447 /* Private types -------------------------------------------------------------*/
Kojto 99:dbbf35b96557 448 /* Private variables ---------------------------------------------------------*/
Kojto 99:dbbf35b96557 449 /* Private constants ---------------------------------------------------------*/
Kojto 99:dbbf35b96557 450 /* Private macro -------------------------------------------------------------*/
Kojto 99:dbbf35b96557 451 /** @defgroup DCMI_Private_Macros DCMI Private Macros
Kojto 99:dbbf35b96557 452 * @{
Kojto 99:dbbf35b96557 453 */
Kojto 99:dbbf35b96557 454 #define IS_DCMI_CAPTURE_MODE(MODE)(((MODE) == DCMI_MODE_CONTINUOUS) || \
Kojto 99:dbbf35b96557 455 ((MODE) == DCMI_MODE_SNAPSHOT))
Kojto 99:dbbf35b96557 456
Kojto 99:dbbf35b96557 457 #define IS_DCMI_SYNCHRO(MODE)(((MODE) == DCMI_SYNCHRO_HARDWARE) || \
Kojto 99:dbbf35b96557 458 ((MODE) == DCMI_SYNCHRO_EMBEDDED))
Kojto 99:dbbf35b96557 459
Kojto 99:dbbf35b96557 460 #define IS_DCMI_PCKPOLARITY(POLARITY)(((POLARITY) == DCMI_PCKPOLARITY_FALLING) || \
Kojto 99:dbbf35b96557 461 ((POLARITY) == DCMI_PCKPOLARITY_RISING))
Kojto 99:dbbf35b96557 462
Kojto 99:dbbf35b96557 463 #define IS_DCMI_VSPOLARITY(POLARITY)(((POLARITY) == DCMI_VSPOLARITY_LOW) || \
Kojto 99:dbbf35b96557 464 ((POLARITY) == DCMI_VSPOLARITY_HIGH))
Kojto 99:dbbf35b96557 465
Kojto 99:dbbf35b96557 466 #define IS_DCMI_HSPOLARITY(POLARITY)(((POLARITY) == DCMI_HSPOLARITY_LOW) || \
Kojto 99:dbbf35b96557 467 ((POLARITY) == DCMI_HSPOLARITY_HIGH))
Kojto 99:dbbf35b96557 468
Kojto 99:dbbf35b96557 469 #define IS_DCMI_MODE_JPEG(JPEG_MODE)(((JPEG_MODE) == DCMI_JPEG_DISABLE) || \
Kojto 99:dbbf35b96557 470 ((JPEG_MODE) == DCMI_JPEG_ENABLE))
Kojto 99:dbbf35b96557 471
Kojto 99:dbbf35b96557 472 #define IS_DCMI_CAPTURE_RATE(RATE) (((RATE) == DCMI_CR_ALL_FRAME) || \
Kojto 99:dbbf35b96557 473 ((RATE) == DCMI_CR_ALTERNATE_2_FRAME) || \
Kojto 99:dbbf35b96557 474 ((RATE) == DCMI_CR_ALTERNATE_4_FRAME))
Kojto 99:dbbf35b96557 475
Kojto 99:dbbf35b96557 476 #define IS_DCMI_EXTENDED_DATA(DATA)(((DATA) == DCMI_EXTEND_DATA_8B) || \
Kojto 99:dbbf35b96557 477 ((DATA) == DCMI_EXTEND_DATA_10B) || \
Kojto 99:dbbf35b96557 478 ((DATA) == DCMI_EXTEND_DATA_12B) || \
Kojto 99:dbbf35b96557 479 ((DATA) == DCMI_EXTEND_DATA_14B))
Kojto 99:dbbf35b96557 480
Kojto 99:dbbf35b96557 481 #define IS_DCMI_WINDOW_COORDINATE(COORDINATE) ((COORDINATE) <= DCMI_WINDOW_COORDINATE)
Kojto 99:dbbf35b96557 482
Kojto 99:dbbf35b96557 483 #define IS_DCMI_WINDOW_HEIGHT(HEIGHT) ((HEIGHT) <= DCMI_WINDOW_HEIGHT)
Kojto 99:dbbf35b96557 484
Kojto 99:dbbf35b96557 485 /**
Kojto 99:dbbf35b96557 486 * @}
Kojto 99:dbbf35b96557 487 */
Kojto 99:dbbf35b96557 488
Kojto 99:dbbf35b96557 489 /* Private functions ---------------------------------------------------------*/
Kojto 99:dbbf35b96557 490 /** @addtogroup DCMI_Private_Functions DCMI Private Functions
Kojto 99:dbbf35b96557 491 * @{
Kojto 99:dbbf35b96557 492 */
Kojto 99:dbbf35b96557 493
Kojto 99:dbbf35b96557 494 /**
Kojto 99:dbbf35b96557 495 * @}
Kojto 99:dbbf35b96557 496 */
Kojto 99:dbbf35b96557 497
Kojto 99:dbbf35b96557 498 #endif /* STM32F407xx || STM32F417xx || STM32F427xx || STM32F437xx ||\
Kojto 99:dbbf35b96557 499 STM32F429xx || STM32F439xx || STM32F446xx */
Kojto 99:dbbf35b96557 500
Kojto 99:dbbf35b96557 501 /**
Kojto 99:dbbf35b96557 502 * @}
Kojto 99:dbbf35b96557 503 */
Kojto 99:dbbf35b96557 504
bogdanm 92:4fc01daae5a5 505 /**
bogdanm 92:4fc01daae5a5 506 * @}
bogdanm 92:4fc01daae5a5 507 */
bogdanm 92:4fc01daae5a5 508
bogdanm 92:4fc01daae5a5 509 #ifdef __cplusplus
bogdanm 92:4fc01daae5a5 510 }
bogdanm 92:4fc01daae5a5 511 #endif
bogdanm 92:4fc01daae5a5 512
bogdanm 92:4fc01daae5a5 513 #endif /* __STM32F4xx_HAL_DCMI_H */
bogdanm 92:4fc01daae5a5 514
bogdanm 92:4fc01daae5a5 515 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/