2 ******************************************************************************
3 * @file system_stm32f30x.h
4 * @author MCD Application Team
7 * @brief CMSIS Cortex-M4 Device System Source File for STM32F30x devices.
8 ******************************************************************************
11 * <h2><center>© COPYRIGHT 2014 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 ******************************************************************************
32 /** @addtogroup stm32f30x_system
37 * @brief Define to prevent recursive inclusion
39 #ifndef __SYSTEM_STM32F30X_H
40 #define __SYSTEM_STM32F30X_H
46 /* Exported types ------------------------------------------------------------*/
47 extern uint32_t SystemCoreClock
; /*!< System Clock Frequency (Core Clock) */
48 /* Exported constants --------------------------------------------------------*/
49 /* Exported macro ------------------------------------------------------------*/
50 /* Exported functions ------------------------------------------------------- */
52 /** @addtogroup STM32F30x_System_Exported_Functions
56 extern void SystemInit(void);
57 extern void SystemCoreClockUpdate(void);
67 #endif /*__SYSTEM_STM32F30X_H */
76 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/