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