STM32F4: USARTS 4,5,6 added
[betaflight.git] / src / main / target / KKNGF4 / system_stm32f4xx.h
blob5e30ef818679315ca4cbfefae3a8c5258bf15db6
1 /**
2 ******************************************************************************
3 * @file system_stm32f4xx.h
4 * @author MCD Application Team
5 * @version V1.6.1
6 * @date 21-October-2015
7 * @brief CMSIS Cortex-M4 Device System Source File for STM32F4xx devices.
8 ******************************************************************************
9 * @attention
11 * <h2><center>&copy; COPYRIGHT 2015 STMicroelectronics</center></h2>
13 * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
14 * You may not use this file except in compliance with the License.
15 * You may obtain a copy of the License at:
17 * http://www.st.com/software_license_agreement_liberty_v2
19 * Unless required by applicable law or agreed to in writing, software
20 * distributed under the License is distributed on an "AS IS" BASIS,
21 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 * See the License for the specific language governing permissions and
23 * limitations under the License.
25 ******************************************************************************
26 */
28 /** @addtogroup CMSIS
29 * @{
32 /** @addtogroup stm32f4xx_system
33 * @{
34 */
36 /**
37 * @brief Define to prevent recursive inclusion
39 #ifndef __SYSTEM_STM32F4XX_H
40 #define __SYSTEM_STM32F4XX_H
42 #ifdef __cplusplus
43 extern "C" {
44 #endif
46 /** @addtogroup STM32F4xx_System_Includes
47 * @{
50 /**
51 * @}
55 /** @addtogroup STM32F4xx_System_Exported_types
56 * @{
59 extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
62 /**
63 * @}
66 /** @addtogroup STM32F4xx_System_Exported_Constants
67 * @{
70 /**
71 * @}
74 /** @addtogroup STM32F4xx_System_Exported_Macros
75 * @{
78 /**
79 * @}
82 /** @addtogroup STM32F4xx_System_Exported_Functions
83 * @{
86 extern void SystemInit(void);
87 extern void SystemCoreClockUpdate(void);
88 /**
89 * @}
92 #ifdef __cplusplus
94 #endif
96 #endif /*__SYSTEM_STM32F4XX_H */
98 /**
99 * @}
103 * @}
105 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/