1 /**
2   ******************************************************************************
3   * @file    stm32f0xx.h
4   * @author  MCD Application Team
5   * @brief   CMSIS STM32F0xx Device Peripheral Access Layer Header File.
6   *
7   *          The file is the unique include file that the application programmer
8   *          is using in the C source code, usually in main.c. This file contains:
9   *           - Configuration section that allows to select:
10   *              - The STM32F0xx device used in the target application
11   *              - To use or not the peripheral�s drivers in application code(i.e.
12   *                code will be based on direct access to peripheral�s registers
13   *                rather than drivers API), this option is controlled by
14   *                "#define USE_HAL_DRIVER"
15   *
16   ******************************************************************************
17   * @attention
18   *
19   * <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
20   *
21   * Redistribution and use in source and binary forms, with or without modification,
22   * are permitted provided that the following conditions are met:
23   *   1. Redistributions of source code must retain the above copyright notice,
24   *      this list of conditions and the following disclaimer.
25   *   2. Redistributions in binary form must reproduce the above copyright notice,
26   *      this list of conditions and the following disclaimer in the documentation
27   *      and/or other materials provided with the distribution.
28   *   3. Neither the name of STMicroelectronics nor the names of its contributors
29   *      may be used to endorse or promote products derived from this software
30   *      without specific prior written permission.
31   *
32   * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
33   * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
34   * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
35   * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
36   * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
37   * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
38   * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
39   * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
40   * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
41   * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42   *
43   ******************************************************************************
44   */
45 
46 /** @addtogroup CMSIS
47   * @{
48   */
49 
50 /** @addtogroup stm32f0xx
51   * @{
52   */
53 
54 #ifndef __STM32F0xx_H
55 #define __STM32F0xx_H
56 
57 #ifdef __cplusplus
58  extern "C" {
59 #endif /* __cplusplus */
60 
61 /** @addtogroup Library_configuration_section
62   * @{
63   */
64 
65 /**
66   * @brief STM32 Family
67   */
68 #if !defined  (STM32F0)
69 #define STM32F0
70 #endif /* STM32F0 */
71 
72 /* Fix up lk defines to CMSIS defines. */
73 #ifdef STM32F072
74 #define STM32F072xB
75 #endif
76 #ifdef STM32F070
77 #define STM32F070xB
78 #endif
79 
80 /* Uncomment the line below according to the target STM32 device used in your
81    application
82   */
83 
84 #if !defined (STM32F030x6) && !defined (STM32F030x8) &&                           \
85     !defined (STM32F031x6) && !defined (STM32F038xx) &&                           \
86     !defined (STM32F042x6) && !defined (STM32F048xx) && !defined (STM32F070x6) && \
87     !defined (STM32F051x8) && !defined (STM32F058xx) &&                           \
88     !defined (STM32F071xB) && !defined (STM32F072xB) && !defined (STM32F078xx) && !defined (STM32F070xB) && \
89     !defined (STM32F091xC) && !defined (STM32F098xx) && !defined (STM32F030xC)
90   /* #define STM32F030x6 */  /*!< STM32F030x4, STM32F030x6 Devices (STM32F030xx microcontrollers where the Flash memory ranges between 16 and 32 Kbytes)              */
91   /* #define STM32F030x8 */  /*!< STM32F030x8 Devices (STM32F030xx microcontrollers where the Flash memory is 64 Kbytes)                                              */
92   /* #define STM32F031x6 */  /*!< STM32F031x4, STM32F031x6 Devices (STM32F031xx microcontrollers where the Flash memory ranges between 16 and 32 Kbytes)              */
93   /* #define STM32F038xx */  /*!< STM32F038xx Devices (STM32F038xx microcontrollers where the Flash memory is 32 Kbytes)                                              */
94   /* #define STM32F042x6 */  /*!< STM32F042x4, STM32F042x6 Devices (STM32F042xx microcontrollers where the Flash memory ranges between 16 and 32 Kbytes)              */
95   /* #define STM32F048x6 */  /*!< STM32F048xx Devices (STM32F042xx microcontrollers where the Flash memory is 32 Kbytes)                                              */
96   /* #define STM32F051x8 */  /*!< STM32F051x4, STM32F051x6, STM32F051x8 Devices (STM32F051xx microcontrollers where the Flash memory ranges between 16 and 64 Kbytes) */
97   /* #define STM32F058xx */  /*!< STM32F058xx Devices (STM32F058xx microcontrollers where the Flash memory is 64 Kbytes)                                              */
98   /* #define STM32F070x6 */  /*!< STM32F070x6 Devices (STM32F070x6 microcontrollers where the Flash memory ranges between 16 and 32 Kbytes)                           */
99   /* #define STM32F070xB */  /*!< STM32F070xB Devices (STM32F070xB microcontrollers where the Flash memory ranges between 64 and 128 Kbytes)                          */
100   /* #define STM32F071xB */  /*!< STM32F071x8, STM32F071xB Devices (STM32F071xx microcontrollers where the Flash memory ranges between 64 and 128 Kbytes)             */
101   /* #define STM32F072xB */  /*!< STM32F072x8, STM32F072xB Devices (STM32F072xx microcontrollers where the Flash memory ranges between 64 and 128 Kbytes)             */
102   /* #define STM32F078xx */  /*!< STM32F078xx Devices (STM32F078xx microcontrollers where the Flash memory is 128 Kbytes)                                             */
103   /* #define STM32F030xC */  /*!< STM32F030xC Devices (STM32F030xC microcontrollers where the Flash memory is 256 Kbytes)                                             */
104   /* #define STM32F091xC */  /*!< STM32F091xB, STM32F091xC Devices (STM32F091xx microcontrollers where the Flash memory ranges between 128 and 256 Kbytes)            */
105   /* #define STM32F098xx */  /*!< STM32F098xx Devices (STM32F098xx microcontrollers where the Flash memory is 256 Kbytes)                                             */
106 #endif
107 
108 /*  Tip: To avoid modifying this file each time you need to switch between these
109         devices, you can define the device in your toolchain compiler preprocessor.
110   */
111 #if !defined  (USE_HAL_DRIVER)
112 /**
113  * @brief Comment the line below if you will not use the peripherals drivers.
114    In this case, these drivers will not be included and the application code will
115    be based on direct access to peripherals registers
116    */
117   /*#define USE_HAL_DRIVER */
118 #endif /* USE_HAL_DRIVER */
119 
120 /**
121   * @brief CMSIS Device version number V2.3.3
122   */
123 #define __STM32F0_DEVICE_VERSION_MAIN   (0x02) /*!< [31:24] main version */
124 #define __STM32F0_DEVICE_VERSION_SUB1   (0x03) /*!< [23:16] sub1 version */
125 #define __STM32F0_DEVICE_VERSION_SUB2   (0x03) /*!< [15:8]  sub2 version */
126 #define __STM32F0_DEVICE_VERSION_RC     (0x00) /*!< [7:0]  release candidate */
127 #define __STM32F0_DEVICE_VERSION        ((__STM32F0_DEVICE_VERSION_MAIN << 24)\
128                                         |(__STM32F0_DEVICE_VERSION_SUB1 << 16)\
129                                         |(__STM32F0_DEVICE_VERSION_SUB2 << 8 )\
130                                         |(__STM32F0_DEVICE_VERSION_RC))
131 
132 /**
133   * @}
134   */
135 
136 /** @addtogroup Device_Included
137   * @{
138   */
139 
140 #if defined(STM32F030x6)
141   #include "stm32f030x6.h"
142 #elif defined(STM32F030x8)
143   #include "stm32f030x8.h"
144 #elif defined(STM32F031x6)
145   #include "stm32f031x6.h"
146 #elif defined(STM32F038xx)
147   #include "stm32f038xx.h"
148 #elif defined(STM32F042x6)
149   #include "stm32f042x6.h"
150 #elif defined(STM32F048xx)
151   #include "stm32f048xx.h"
152 #elif defined(STM32F051x8)
153   #include "stm32f051x8.h"
154 #elif defined(STM32F058xx)
155   #include "stm32f058xx.h"
156 #elif defined(STM32F070x6)
157   #include "stm32f070x6.h"
158 #elif defined(STM32F070xB)
159   #include "stm32f070xb.h"
160 #elif defined(STM32F071xB)
161   #include "stm32f071xb.h"
162 #elif defined(STM32F072xB)
163   #include "stm32f072xb.h"
164 #elif defined(STM32F078xx)
165   #include "stm32f078xx.h"
166 #elif defined(STM32F091xC)
167   #include "stm32f091xc.h"
168 #elif defined(STM32F098xx)
169   #include "stm32f098xx.h"
170 #elif defined(STM32F030xC)
171   #include "stm32f030xc.h"
172 #else
173  #error "Please select first the target STM32F0xx device used in your application (in stm32f0xx.h file)"
174 #endif
175 
176 /**
177   * @}
178   */
179 
180 /** @addtogroup Exported_types
181   * @{
182   */
183 typedef enum
184 {
185   RESET = 0,
186   SET = !RESET
187 } FlagStatus, ITStatus;
188 
189 typedef enum
190 {
191   DISABLE = 0,
192   ENABLE = !DISABLE
193 } FunctionalState;
194 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE))
195 
196 typedef enum
197 {
198   ERROR = 0,
199   SUCCESS = !ERROR
200 } ErrorStatus;
201 
202 /**
203   * @}
204   */
205 
206 
207 /** @addtogroup Exported_macros
208   * @{
209   */
210 #define SET_BIT(REG, BIT)     ((REG) |= (BIT))
211 
212 #define CLEAR_BIT(REG, BIT)   ((REG) &= ~(BIT))
213 
214 #define READ_BIT(REG, BIT)    ((REG) & (BIT))
215 
216 #define CLEAR_REG(REG)        ((REG) = (0x0))
217 
218 #define WRITE_REG(REG, VAL)   ((REG) = (VAL))
219 
220 #define READ_REG(REG)         ((REG))
221 
222 #define MODIFY_REG(REG, CLEARMASK, SETMASK)  WRITE_REG((REG), (((READ_REG(REG)) & (~(CLEARMASK))) | (SETMASK)))
223 
224 
225 /**
226   * @}
227   */
228 
229 #if defined (USE_HAL_DRIVER)
230  #include "stm32f0xx_hal.h"
231 #endif /* USE_HAL_DRIVER */
232 
233 
234 #ifdef __cplusplus
235 }
236 #endif /* __cplusplus */
237 
238 #endif /* __STM32F0xx_H */
239 /**
240   * @}
241   */
242 
243 /**
244   * @}
245   */
246 
247 
248 
249 
250 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
251