2 ******************************************************************************
3 * @file system_stm32f7xx.h
4 * @author MCD Application Team
6 * @date 21-October-2015
7 * @brief CMSIS Cortex-M4 Device System Source File for STM32F4xx devices.
8 ******************************************************************************
11 * <h2><center>© 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 ******************************************************************************
28 #ifndef __TARGET_SYSTEM_STM32F7XX_H
29 #define __TARGET_SYSTEM_STM32F7XX_H
35 extern uint32_t SystemCoreClock
; /*!< System Clock Frequency (Core Clock) */
36 extern void SystemInitOC(void);
37 extern void SystemInit(void);
38 extern void SystemClock_Config(void);
39 extern void OverclockRebootIfNecessary(uint32_t overclockLevel
);
45 #endif /*__TARGET_SYSTEM_STM32F7XX_H */
47 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/