No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

stm32f1xx.h 8.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. /**
  2. ******************************************************************************
  3. * @file stm32f1xx.h
  4. * @author MCD Application Team
  5. * @version V4.2.0
  6. * @date 31-March-2017
  7. * @brief CMSIS STM32F1xx 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 STM32F1xx 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) 2017 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 stm32f1xx
  51. * @{
  52. */
  53. #ifndef __STM32F1XX_H
  54. #define __STM32F1XX_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 (STM32F1)
  65. #define STM32F1
  66. #endif /* STM32F1 */
  67. /* Uncomment the line below according to the target STM32L device used in your
  68. application
  69. */
  70. #if !defined (STM32F100xB) && !defined (STM32F100xE) && !defined (STM32F101x6) && \
  71. !defined (STM32F101xB) && !defined (STM32F101xE) && !defined (STM32F101xG) && !defined (STM32F102x6) && !defined (STM32F102xB) && !defined (STM32F103x6) && \
  72. !defined (STM32F103xB) && !defined (STM32F103xE) && !defined (STM32F103xG) && !defined (STM32F105xC) && !defined (STM32F107xC)
  73. /* #define STM32F100xB */ /*!< STM32F100C4, STM32F100R4, STM32F100C6, STM32F100R6, STM32F100C8, STM32F100R8, STM32F100V8, STM32F100CB, STM32F100RB and STM32F100VB */
  74. /* #define STM32F100xE */ /*!< STM32F100RC, STM32F100VC, STM32F100ZC, STM32F100RD, STM32F100VD, STM32F100ZD, STM32F100RE, STM32F100VE and STM32F100ZE */
  75. /* #define STM32F101x6 */ /*!< STM32F101C4, STM32F101R4, STM32F101T4, STM32F101C6, STM32F101R6 and STM32F101T6 Devices */
  76. /* #define STM32F101xB */ /*!< STM32F101C8, STM32F101R8, STM32F101T8, STM32F101V8, STM32F101CB, STM32F101RB, STM32F101TB and STM32F101VB */
  77. /* #define STM32F101xE */ /*!< STM32F101RC, STM32F101VC, STM32F101ZC, STM32F101RD, STM32F101VD, STM32F101ZD, STM32F101RE, STM32F101VE and STM32F101ZE */
  78. /* #define STM32F101xG */ /*!< STM32F101RF, STM32F101VF, STM32F101ZF, STM32F101RG, STM32F101VG and STM32F101ZG */
  79. /* #define STM32F102x6 */ /*!< STM32F102C4, STM32F102R4, STM32F102C6 and STM32F102R6 */
  80. /* #define STM32F102xB */ /*!< STM32F102C8, STM32F102R8, STM32F102CB and STM32F102RB */
  81. /* #define STM32F103x6 */ /*!< STM32F103C4, STM32F103R4, STM32F103T4, STM32F103C6, STM32F103R6 and STM32F103T6 */
  82. /* #define STM32F103xB */ /*!< STM32F103C8, STM32F103R8, STM32F103T8, STM32F103V8, STM32F103CB, STM32F103RB, STM32F103TB and STM32F103VB */
  83. /* #define STM32F103xE */ /*!< STM32F103RC, STM32F103VC, STM32F103ZC, STM32F103RD, STM32F103VD, STM32F103ZD, STM32F103RE, STM32F103VE and STM32F103ZE */
  84. /* #define STM32F103xG */ /*!< STM32F103RF, STM32F103VF, STM32F103ZF, STM32F103RG, STM32F103VG and STM32F103ZG */
  85. /* #define STM32F105xC */ /*!< STM32F105R8, STM32F105V8, STM32F105RB, STM32F105VB, STM32F105RC and STM32F105VC */
  86. /* #define STM32F107xC */ /*!< STM32F107RB, STM32F107VB, STM32F107RC and STM32F107VC */
  87. #endif
  88. /* Tip: To avoid modifying this file each time you need to switch between these
  89. devices, you can define the device in your toolchain compiler preprocessor.
  90. */
  91. #if !defined (USE_HAL_DRIVER)
  92. /**
  93. * @brief Comment the line below if you will not use the peripherals drivers.
  94. In this case, these drivers will not be included and the application code will
  95. be based on direct access to peripherals registers
  96. */
  97. /*#define USE_HAL_DRIVER */
  98. #endif /* USE_HAL_DRIVER */
  99. /**
  100. * @brief CMSIS Device version number V4.2.0
  101. */
  102. #define __STM32F1_CMSIS_VERSION_MAIN (0x04) /*!< [31:24] main version */
  103. #define __STM32F1_CMSIS_VERSION_SUB1 (0x02) /*!< [23:16] sub1 version */
  104. #define __STM32F1_CMSIS_VERSION_SUB2 (0x00) /*!< [15:8] sub2 version */
  105. #define __STM32F1_CMSIS_VERSION_RC (0x00) /*!< [7:0] release candidate */
  106. #define __STM32F1_CMSIS_VERSION ((__STM32F1_CMSIS_VERSION_MAIN << 24)\
  107. |(__STM32F1_CMSIS_VERSION_SUB1 << 16)\
  108. |(__STM32F1_CMSIS_VERSION_SUB2 << 8 )\
  109. |(__STM32F1_CMSIS_VERSION_RC))
  110. /**
  111. * @}
  112. */
  113. /** @addtogroup Device_Included
  114. * @{
  115. */
  116. #if defined(STM32F100xB)
  117. #include "stm32f100xb.h"
  118. #elif defined(STM32F100xE)
  119. #include "stm32f100xe.h"
  120. #elif defined(STM32F101x6)
  121. #include "stm32f101x6.h"
  122. #elif defined(STM32F101xB)
  123. #include "stm32f101xb.h"
  124. #elif defined(STM32F101xE)
  125. #include "stm32f101xe.h"
  126. #elif defined(STM32F101xG)
  127. #include "stm32f101xg.h"
  128. #elif defined(STM32F102x6)
  129. #include "stm32f102x6.h"
  130. #elif defined(STM32F102xB)
  131. #include "stm32f102xb.h"
  132. #elif defined(STM32F103x6)
  133. #include "stm32f103x6.h"
  134. #elif defined(STM32F103xB)
  135. #include "stm32f103xb.h"
  136. #elif defined(STM32F103xE)
  137. #include "stm32f103xe.h"
  138. #elif defined(STM32F103xG)
  139. #include "stm32f103xg.h"
  140. #elif defined(STM32F105xC)
  141. #include "stm32f105xc.h"
  142. #elif defined(STM32F107xC)
  143. #include "stm32f107xc.h"
  144. #else
  145. #error "Please select first the target STM32F1xx device used in your application (in stm32f1xx.h file)"
  146. #endif
  147. /**
  148. * @}
  149. */
  150. /** @addtogroup Exported_types
  151. * @{
  152. */
  153. typedef enum
  154. {
  155. RESET = 0,
  156. SET = !RESET
  157. } FlagStatus, ITStatus;
  158. typedef enum
  159. {
  160. DISABLE = 0,
  161. ENABLE = !DISABLE
  162. } FunctionalState;
  163. #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE))
  164. typedef enum
  165. {
  166. ERROR = 0,
  167. SUCCESS = !ERROR
  168. } ErrorStatus;
  169. /**
  170. * @}
  171. */
  172. /** @addtogroup Exported_macros
  173. * @{
  174. */
  175. #define SET_BIT(REG, BIT) ((REG) |= (BIT))
  176. #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT))
  177. #define READ_BIT(REG, BIT) ((REG) & (BIT))
  178. #define CLEAR_REG(REG) ((REG) = (0x0))
  179. #define WRITE_REG(REG, VAL) ((REG) = (VAL))
  180. #define READ_REG(REG) ((REG))
  181. #define MODIFY_REG(REG, CLEARMASK, SETMASK) WRITE_REG((REG), (((READ_REG(REG)) & (~(CLEARMASK))) | (SETMASK)))
  182. #define POSITION_VAL(VAL) (__CLZ(__RBIT(VAL)))
  183. /**
  184. * @}
  185. */
  186. #if defined (USE_HAL_DRIVER)
  187. #include "stm32f1xx_hal.h"
  188. #endif /* USE_HAL_DRIVER */
  189. #ifdef __cplusplus
  190. }
  191. #endif /* __cplusplus */
  192. #endif /* __STM32F1xx_H */
  193. /**
  194. * @}
  195. */
  196. /**
  197. * @}
  198. */
  199. /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/