stm32f0xx.h 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. /**
  2. ******************************************************************************
  3. * @file stm32f0xx.h
  4. * @author MCD Application Team
  5. * @version V2.3.1
  6. * @date 04-November-2016
  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’s drivers in application code(i.e.
  14. * code will be based on direct access to peripheral’s 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) 2016 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. /** @addtogroup CMSIS
  48. * @{
  49. */
  50. /** @addtogroup stm32f0xx
  51. * @{
  52. */
  53. #ifndef __STM32F0xx_H
  54. #define __STM32F0xx_H
  55. #ifdef __cplusplus
  56. extern "C" {
  57. #endif /* __cplusplus */
  58. /** @addtogroup Library_configuration_section
  59. * @{
  60. */
  61. /**
  62. * @brief STM32 Family
  63. */
  64. #if !defined (STM32F0)
  65. #define STM32F0
  66. #endif /* STM32F0 */
  67. /* Uncomment the line below according to the target STM32 device used in your
  68. application
  69. */
  70. #if !defined (STM32F030x6) && !defined (STM32F030x8) && \
  71. !defined (STM32F031x6) && !defined (STM32F038xx) && \
  72. !defined (STM32F042x6) && !defined (STM32F048xx) && !defined (STM32F070x6) && \
  73. !defined (STM32F051x8) && !defined (STM32F058xx) && \
  74. !defined (STM32F071xB) && !defined (STM32F072xB) && !defined (STM32F078xx) && !defined (STM32F070xB) && \
  75. !defined (STM32F091xC) && !defined (STM32F098xx) && !defined (STM32F030xC)
  76. /* #define STM32F030x6 */ /*!< STM32F030x4, STM32F030x6 Devices (STM32F030xx microcontrollers where the Flash memory ranges between 16 and 32 Kbytes) */
  77. /* #define STM32F030x8 */ /*!< STM32F030x8 Devices (STM32F030xx microcontrollers where the Flash memory is 64 Kbytes) */
  78. /* #define STM32F031x6 */ /*!< STM32F031x4, STM32F031x6 Devices (STM32F031xx microcontrollers where the Flash memory ranges between 16 and 32 Kbytes) */
  79. /* #define STM32F038xx */ /*!< STM32F038xx Devices (STM32F038xx microcontrollers where the Flash memory is 32 Kbytes) */
  80. /* #define STM32F042x6 */ /*!< STM32F042x4, STM32F042x6 Devices (STM32F042xx microcontrollers where the Flash memory ranges between 16 and 32 Kbytes) */
  81. /* #define STM32F048x6 */ /*!< STM32F048xx Devices (STM32F042xx microcontrollers where the Flash memory is 32 Kbytes) */
  82. /* #define STM32F051x8 */ /*!< STM32F051x4, STM32F051x6, STM32F051x8 Devices (STM32F051xx microcontrollers where the Flash memory ranges between 16 and 64 Kbytes) */
  83. /* #define STM32F058xx */ /*!< STM32F058xx Devices (STM32F058xx microcontrollers where the Flash memory is 64 Kbytes) */
  84. /* #define STM32F070x6 */ /*!< STM32F070x6 Devices (STM32F070x6 microcontrollers where the Flash memory ranges between 16 and 32 Kbytes) */
  85. /* #define STM32F070xB */ /*!< STM32F070xB Devices (STM32F070xB microcontrollers where the Flash memory ranges between 64 and 128 Kbytes) */
  86. /* #define STM32F071xB */ /*!< STM32F071x8, STM32F071xB Devices (STM32F071xx microcontrollers where the Flash memory ranges between 64 and 128 Kbytes) */
  87. /* #define STM32F072xB */ /*!< STM32F072x8, STM32F072xB Devices (STM32F072xx microcontrollers where the Flash memory ranges between 64 and 128 Kbytes) */
  88. /* #define STM32F078xx */ /*!< STM32F078xx Devices (STM32F078xx microcontrollers where the Flash memory is 128 Kbytes) */
  89. /* #define STM32F030xC */ /*!< STM32F030xC Devices (STM32F030xC microcontrollers where the Flash memory is 256 Kbytes) */
  90. /* #define STM32F091xC */ /*!< STM32F091xB, STM32F091xC Devices (STM32F091xx microcontrollers where the Flash memory ranges between 128 and 256 Kbytes) */
  91. /* #define STM32F098xx */ /*!< STM32F098xx Devices (STM32F098xx microcontrollers where the Flash memory is 256 Kbytes) */
  92. #endif
  93. /* Tip: To avoid modifying this file each time you need to switch between these
  94. devices, you can define the device in your toolchain compiler preprocessor.
  95. */
  96. #if !defined (USE_HAL_DRIVER)
  97. /**
  98. * @brief Comment the line below if you will not use the peripherals drivers.
  99. In this case, these drivers will not be included and the application code will
  100. be based on direct access to peripherals registers
  101. */
  102. /*#define USE_HAL_DRIVER */
  103. #endif /* USE_HAL_DRIVER */
  104. /**
  105. * @brief CMSIS Device version number V2.3.1
  106. */
  107. #define __STM32F0_DEVICE_VERSION_MAIN (0x02) /*!< [31:24] main version */
  108. #define __STM32F0_DEVICE_VERSION_SUB1 (0x03) /*!< [23:16] sub1 version */
  109. #define __STM32F0_DEVICE_VERSION_SUB2 (0x01) /*!< [15:8] sub2 version */
  110. #define __STM32F0_DEVICE_VERSION_RC (0x00) /*!< [7:0] release candidate */
  111. #define __STM32F0_DEVICE_VERSION ((__STM32F0_DEVICE_VERSION_MAIN << 24)\
  112. |(__STM32F0_DEVICE_VERSION_SUB1 << 16)\
  113. |(__STM32F0_DEVICE_VERSION_SUB2 << 8 )\
  114. |(__STM32F0_DEVICE_VERSION_RC))
  115. /**
  116. * @}
  117. */
  118. /** @addtogroup Device_Included
  119. * @{
  120. */
  121. #if defined(STM32F030x6)
  122. #include "stm32f030x6.h"
  123. #elif defined(STM32F030x8)
  124. #include "stm32f030x8.h"
  125. #elif defined(STM32F031x6)
  126. #include "stm32f031x6.h"
  127. #elif defined(STM32F038xx)
  128. #include "stm32f038xx.h"
  129. #elif defined(STM32F042x6)
  130. #include "stm32f042x6.h"
  131. #elif defined(STM32F048xx)
  132. #include "stm32f048xx.h"
  133. #elif defined(STM32F051x8)
  134. #include "stm32f051x8.h"
  135. #elif defined(STM32F058xx)
  136. #include "stm32f058xx.h"
  137. #elif defined(STM32F070x6)
  138. #include "stm32f070x6.h"
  139. #elif defined(STM32F070xB)
  140. #include "stm32f070xb.h"
  141. #elif defined(STM32F071xB)
  142. #include "stm32f071xb.h"
  143. #elif defined(STM32F072xB)
  144. #include "stm32f072xb.h"
  145. #elif defined(STM32F078xx)
  146. #include "stm32f078xx.h"
  147. #elif defined(STM32F091xC)
  148. #include "stm32f091xc.h"
  149. #elif defined(STM32F098xx)
  150. #include "stm32f098xx.h"
  151. #elif defined(STM32F030xC)
  152. #include "stm32f030xc.h"
  153. #else
  154. #error "Please select first the target STM32F0xx device used in your application (in stm32f0xx.h file)"
  155. #endif
  156. /**
  157. * @}
  158. */
  159. /** @addtogroup Exported_types
  160. * @{
  161. */
  162. typedef enum
  163. {
  164. RESET = 0,
  165. SET = !RESET
  166. } FlagStatus, ITStatus;
  167. typedef enum
  168. {
  169. DISABLE = 0,
  170. ENABLE = !DISABLE
  171. } FunctionalState;
  172. #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE))
  173. typedef enum
  174. {
  175. ERROR = 0,
  176. SUCCESS = !ERROR
  177. } ErrorStatus;
  178. /**
  179. * @}
  180. */
  181. /** @addtogroup Exported_macros
  182. * @{
  183. */
  184. #define SET_BIT(REG, BIT) ((REG) |= (BIT))
  185. #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT))
  186. #define READ_BIT(REG, BIT) ((REG) & (BIT))
  187. #define CLEAR_REG(REG) ((REG) = (0x0))
  188. #define WRITE_REG(REG, VAL) ((REG) = (VAL))
  189. #define READ_REG(REG) ((REG))
  190. #define MODIFY_REG(REG, CLEARMASK, SETMASK) WRITE_REG((REG), (((READ_REG(REG)) & (~(CLEARMASK))) | (SETMASK)))
  191. /**
  192. * @}
  193. */
  194. #if defined (USE_HAL_DRIVER)
  195. #include "stm32f0xx_hal.h"
  196. #endif /* USE_HAL_DRIVER */
  197. #ifdef __cplusplus
  198. }
  199. #endif /* __cplusplus */
  200. #endif /* __STM32F0xx_H */
  201. /**
  202. * @}
  203. */
  204. /**
  205. * @}
  206. */
  207. /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/