Martin Johnson / STM32F3-Discovery

Dependents:   Space_Invaders_Demo neopixels gpio_test_stm32f3_discovery gpio_test_systimer ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers system_stm32f30x.h Source File

system_stm32f30x.h

Go to the documentation of this file.
00001 /**
00002   ******************************************************************************
00003   * @file    system_stm32f30x.h
00004   * @author  MCD Application Team
00005   * @version V1.2.2
00006   * @date    27-February-2015
00007   * @brief   CMSIS Cortex-M4 Device System Source File for STM32F30x devices.  
00008   ******************************************************************************
00009   * @attention
00010   *
00011   * <h2><center>&copy; COPYRIGHT 2015 STMicroelectronics</center></h2>
00012   *
00013   * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
00014   * You may not use this file except in compliance with the License.
00015   * You may obtain a copy of the License at:
00016   *
00017   *        http://www.st.com/software_license_agreement_liberty_v2
00018   *
00019   * Unless required by applicable law or agreed to in writing, software 
00020   * distributed under the License is distributed on an "AS IS" BASIS, 
00021   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00022   * See the License for the specific language governing permissions and
00023   * limitations under the License.
00024   *
00025   ******************************************************************************
00026   */
00027 
00028 /** @addtogroup CMSIS
00029   * @{
00030   */
00031 
00032 /** @addtogroup stm32f30x_system
00033   * @{
00034   */  
00035   
00036 /**
00037   * @brief Define to prevent recursive inclusion
00038   */
00039 #ifndef __SYSTEM_STM32F30X_H
00040 #define __SYSTEM_STM32F30X_H
00041 
00042 #ifdef __cplusplus
00043  extern "C" {
00044 #endif 
00045 
00046 /* Exported types ------------------------------------------------------------*/
00047 extern uint32_t SystemCoreClock;          /*!< System Clock Frequency (Core Clock) */
00048 /* Exported constants --------------------------------------------------------*/
00049 /* Exported macro ------------------------------------------------------------*/
00050 /* Exported functions ------------------------------------------------------- */
00051 
00052 /** @addtogroup STM32F30x_System_Exported_Functions
00053   * @{
00054   */
00055   
00056 extern void SystemInit(void);
00057 extern void SystemCoreClockUpdate(void);
00058 
00059 /**
00060   * @}
00061   */
00062 
00063 #ifdef __cplusplus
00064 }
00065 #endif
00066 
00067 #endif /*__SYSTEM_STM32F30X_H */
00068 
00069 /**
00070   * @}
00071   */
00072   
00073 /**
00074   * @}
00075   */  
00076 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/