summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/cmsis/system_stm32f7xx.h
diff options
context:
space:
mode:
authorRami Ali <flowergrass@users.noreply.github.com>2016-12-05 16:33:42 +1100
committerDamien George <damien.p.george@gmail.com>2016-12-07 17:27:40 +1100
commitd9677f4098b91a6e1df71897ffc835ddf601b0f2 (patch)
tree9d0db6d24c283b260397d593f18c30cea0a84f20 /stmhal/cmsis/system_stm32f7xx.h
parent080a78b15edc465010864002d1c83a5730a85dd0 (diff)
downloadmicropython-d9677f4098b91a6e1df71897ffc835ddf601b0f2.tar.gz
micropython-d9677f4098b91a6e1df71897ffc835ddf601b0f2.zip
stmhal/cmsis: Update STM32F7 CMSIS device include files to V1.1.2.
Diffstat (limited to 'stmhal/cmsis/system_stm32f7xx.h')
-rw-r--r--stmhal/cmsis/system_stm32f7xx.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/stmhal/cmsis/system_stm32f7xx.h b/stmhal/cmsis/system_stm32f7xx.h
index a11e6aef6a..15419dfdef 100644
--- a/stmhal/cmsis/system_stm32f7xx.h
+++ b/stmhal/cmsis/system_stm32f7xx.h
@@ -2,13 +2,13 @@
******************************************************************************
* @file system_stm32f7xx.h
* @author MCD Application Team
- * @version V1.0.1
- * @date 25-June-2015
+ * @version V1.1.2
+ * @date 23-September-2016
* @brief CMSIS Cortex-M7 Device System Source File for STM32F7xx devices.
******************************************************************************
* @attention
*
- * <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
+ * <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
@@ -62,10 +62,10 @@
*/
-/** @addtogroup STM32F7xx_System_Exported_types
+/** @addtogroup STM32F7xx_System_Exported_Variables
* @{
*/
- /* This variable is updated in three ways:
+ /* The SystemCoreClock variable is updated in three ways:
1) by calling CMSIS function SystemCoreClockUpdate()
2) by calling HAL API function HAL_RCC_GetSysClockFreq()
3) each time HAL_RCC_ClockConfig() is called to configure the system clock frequency
@@ -75,6 +75,9 @@
*/
extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
+extern const uint8_t AHBPrescTable[16]; /*!< AHB prescalers table values */
+extern const uint8_t APBPrescTable[8]; /*!< APB prescalers table values */
+
/**
* @}