提交 | 用户 | age
|
bfc108
|
1 |
/**
|
Q |
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抯 drivers in application code(i.e.
|
|
12 |
* code will be based on direct access to peripheral抯 registers
|
|
13 |
* rather than drivers API), this option is controlled by
|
|
14 |
* "#define USE_HAL_DRIVER"
|
|
15 |
*
|
|
16 |
******************************************************************************
|
|
17 |
* @attention
|
|
18 |
*
|
|
19 |
* <h2><center>© 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 |
/* Uncomment the line below according to the target STM32 device used in your
|
|
73 |
application
|
|
74 |
*/
|
|
75 |
|
|
76 |
#if !defined (STM32F030x6) && !defined (STM32F030x8) && \
|
|
77 |
!defined (STM32F031x6) && !defined (STM32F038xx) && \
|
|
78 |
!defined (STM32F042x6) && !defined (STM32F048xx) && !defined (STM32F070x6) && \
|
|
79 |
!defined (STM32F051x8) && !defined (STM32F058xx) && \
|
|
80 |
!defined (STM32F071xB) && !defined (STM32F072xB) && !defined (STM32F078xx) && !defined (STM32F070xB) && \
|
|
81 |
!defined (STM32F091xC) && !defined (STM32F098xx) && !defined (STM32F030xC)
|
|
82 |
/* #define STM32F030x6 */ /*!< STM32F030x4, STM32F030x6 Devices (STM32F030xx microcontrollers where the Flash memory ranges between 16 and 32 Kbytes) */
|
|
83 |
/* #define STM32F030x8 */ /*!< STM32F030x8 Devices (STM32F030xx microcontrollers where the Flash memory is 64 Kbytes) */
|
|
84 |
/* #define STM32F031x6 */ /*!< STM32F031x4, STM32F031x6 Devices (STM32F031xx microcontrollers where the Flash memory ranges between 16 and 32 Kbytes) */
|
|
85 |
/* #define STM32F038xx */ /*!< STM32F038xx Devices (STM32F038xx microcontrollers where the Flash memory is 32 Kbytes) */
|
|
86 |
/* #define STM32F042x6 */ /*!< STM32F042x4, STM32F042x6 Devices (STM32F042xx microcontrollers where the Flash memory ranges between 16 and 32 Kbytes) */
|
|
87 |
/* #define STM32F048x6 */ /*!< STM32F048xx Devices (STM32F042xx microcontrollers where the Flash memory is 32 Kbytes) */
|
|
88 |
/* #define STM32F051x8 */ /*!< STM32F051x4, STM32F051x6, STM32F051x8 Devices (STM32F051xx microcontrollers where the Flash memory ranges between 16 and 64 Kbytes) */
|
|
89 |
/* #define STM32F058xx */ /*!< STM32F058xx Devices (STM32F058xx microcontrollers where the Flash memory is 64 Kbytes) */
|
|
90 |
/* #define STM32F070x6 */ /*!< STM32F070x6 Devices (STM32F070x6 microcontrollers where the Flash memory ranges between 16 and 32 Kbytes) */
|
|
91 |
/* #define STM32F070xB */ /*!< STM32F070xB Devices (STM32F070xB microcontrollers where the Flash memory ranges between 64 and 128 Kbytes) */
|
|
92 |
/* #define STM32F071xB */ /*!< STM32F071x8, STM32F071xB Devices (STM32F071xx microcontrollers where the Flash memory ranges between 64 and 128 Kbytes) */
|
|
93 |
/* #define STM32F072xB */ /*!< STM32F072x8, STM32F072xB Devices (STM32F072xx microcontrollers where the Flash memory ranges between 64 and 128 Kbytes) */
|
|
94 |
/* #define STM32F078xx */ /*!< STM32F078xx Devices (STM32F078xx microcontrollers where the Flash memory is 128 Kbytes) */
|
|
95 |
/* #define STM32F030xC */ /*!< STM32F030xC Devices (STM32F030xC microcontrollers where the Flash memory is 256 Kbytes) */
|
|
96 |
/* #define STM32F091xC */ /*!< STM32F091xB, STM32F091xC Devices (STM32F091xx microcontrollers where the Flash memory ranges between 128 and 256 Kbytes) */
|
|
97 |
/* #define STM32F098xx */ /*!< STM32F098xx Devices (STM32F098xx microcontrollers where the Flash memory is 256 Kbytes) */
|
|
98 |
#endif
|
|
99 |
|
|
100 |
/* Tip: To avoid modifying this file each time you need to switch between these
|
|
101 |
devices, you can define the device in your toolchain compiler preprocessor.
|
|
102 |
*/
|
|
103 |
#if !defined (USE_HAL_DRIVER)
|
|
104 |
/**
|
|
105 |
* @brief Comment the line below if you will not use the peripherals drivers.
|
|
106 |
In this case, these drivers will not be included and the application code will
|
|
107 |
be based on direct access to peripherals registers
|
|
108 |
*/
|
|
109 |
/*#define USE_HAL_DRIVER */
|
|
110 |
#endif /* USE_HAL_DRIVER */
|
|
111 |
|
|
112 |
/**
|
|
113 |
* @brief CMSIS Device version number V2.3.3
|
|
114 |
*/
|
|
115 |
#define __STM32F0_DEVICE_VERSION_MAIN (0x02) /*!< [31:24] main version */
|
|
116 |
#define __STM32F0_DEVICE_VERSION_SUB1 (0x03) /*!< [23:16] sub1 version */
|
|
117 |
#define __STM32F0_DEVICE_VERSION_SUB2 (0x03) /*!< [15:8] sub2 version */
|
|
118 |
#define __STM32F0_DEVICE_VERSION_RC (0x00) /*!< [7:0] release candidate */
|
|
119 |
#define __STM32F0_DEVICE_VERSION ((__STM32F0_DEVICE_VERSION_MAIN << 24)\
|
|
120 |
|(__STM32F0_DEVICE_VERSION_SUB1 << 16)\
|
|
121 |
|(__STM32F0_DEVICE_VERSION_SUB2 << 8 )\
|
|
122 |
|(__STM32F0_DEVICE_VERSION_RC))
|
|
123 |
|
|
124 |
/**
|
|
125 |
* @}
|
|
126 |
*/
|
|
127 |
|
|
128 |
/** @addtogroup Device_Included
|
|
129 |
* @{
|
|
130 |
*/
|
|
131 |
|
|
132 |
#if defined(STM32F030x6)
|
|
133 |
#include "stm32f030x6.h"
|
|
134 |
#elif defined(STM32F030x8)
|
|
135 |
#include "stm32f030x8.h"
|
|
136 |
#elif defined(STM32F031x6)
|
|
137 |
#include "stm32f031x6.h"
|
|
138 |
#elif defined(STM32F038xx)
|
|
139 |
#include "stm32f038xx.h"
|
|
140 |
#elif defined(STM32F042x6)
|
|
141 |
#include "stm32f042x6.h"
|
|
142 |
#elif defined(STM32F048xx)
|
|
143 |
#include "stm32f048xx.h"
|
|
144 |
#elif defined(STM32F051x8)
|
|
145 |
#include "stm32f051x8.h"
|
|
146 |
#elif defined(STM32F058xx)
|
|
147 |
#include "stm32f058xx.h"
|
|
148 |
#elif defined(STM32F070x6)
|
|
149 |
#include "stm32f070x6.h"
|
|
150 |
#elif defined(STM32F070xB)
|
|
151 |
#include "stm32f070xb.h"
|
|
152 |
#elif defined(STM32F071xB)
|
|
153 |
#include "stm32f071xb.h"
|
|
154 |
#elif defined(STM32F072xB)
|
|
155 |
#include "stm32f072xb.h"
|
|
156 |
#elif defined(STM32F078xx)
|
|
157 |
#include "stm32f078xx.h"
|
|
158 |
#elif defined(STM32F091xC)
|
|
159 |
#include "stm32f091xc.h"
|
|
160 |
#elif defined(STM32F098xx)
|
|
161 |
#include "stm32f098xx.h"
|
|
162 |
#elif defined(STM32F030xC)
|
|
163 |
#include "stm32f030xc.h"
|
|
164 |
#else
|
|
165 |
#error "Please select first the target STM32F0xx device used in your application (in stm32f0xx.h file)"
|
|
166 |
#endif
|
|
167 |
|
|
168 |
/**
|
|
169 |
* @}
|
|
170 |
*/
|
|
171 |
|
|
172 |
/** @addtogroup Exported_types
|
|
173 |
* @{
|
|
174 |
*/
|
|
175 |
typedef enum
|
|
176 |
{
|
|
177 |
RESET = 0,
|
|
178 |
SET = !RESET
|
|
179 |
} FlagStatus, ITStatus;
|
|
180 |
|
|
181 |
typedef enum
|
|
182 |
{
|
|
183 |
DISABLE = 0,
|
|
184 |
ENABLE = !DISABLE
|
|
185 |
} FunctionalState;
|
|
186 |
#define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE))
|
|
187 |
|
|
188 |
typedef enum
|
|
189 |
{
|
|
190 |
ERROR = 0,
|
|
191 |
SUCCESS = !ERROR
|
|
192 |
} ErrorStatus;
|
|
193 |
|
|
194 |
/**
|
|
195 |
* @}
|
|
196 |
*/
|
|
197 |
|
|
198 |
|
|
199 |
/** @addtogroup Exported_macros
|
|
200 |
* @{
|
|
201 |
*/
|
|
202 |
#define SET_BIT(REG, BIT) ((REG) |= (BIT))
|
|
203 |
|
|
204 |
#define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT))
|
|
205 |
|
|
206 |
#define READ_BIT(REG, BIT) ((REG) & (BIT))
|
|
207 |
|
|
208 |
#define CLEAR_REG(REG) ((REG) = (0x0))
|
|
209 |
|
|
210 |
#define WRITE_REG(REG, VAL) ((REG) = (VAL))
|
|
211 |
|
|
212 |
#define READ_REG(REG) ((REG))
|
|
213 |
|
|
214 |
#define MODIFY_REG(REG, CLEARMASK, SETMASK) WRITE_REG((REG), (((READ_REG(REG)) & (~(CLEARMASK))) | (SETMASK)))
|
|
215 |
|
|
216 |
|
|
217 |
/**
|
|
218 |
* @}
|
|
219 |
*/
|
|
220 |
|
|
221 |
#if defined (USE_HAL_DRIVER)
|
|
222 |
#include "stm32f0xx_hal.h"
|
|
223 |
#endif /* USE_HAL_DRIVER */
|
|
224 |
|
|
225 |
|
|
226 |
#ifdef __cplusplus
|
|
227 |
}
|
|
228 |
#endif /* __cplusplus */
|
|
229 |
|
|
230 |
#endif /* __STM32F0xx_H */
|
|
231 |
/**
|
|
232 |
* @}
|
|
233 |
*/
|
|
234 |
|
|
235 |
/**
|
|
236 |
* @}
|
|
237 |
*/
|
|
238 |
|
|
239 |
|
|
240 |
|
|
241 |
|
|
242 |
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
|