Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2 | Rev 5 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | /** |
1 | /** |
| 2 | ****************************************************************************** |
2 | ****************************************************************************** |
| 3 | * @file system_stm32f10x.h |
3 | * @file system_stm32f10x.h |
| 4 | * @author MCD Application Team |
4 | * @author MCD Application Team |
| 5 | * @version V4.0.1 |
5 | * @version V4.1.0 |
| 6 | * @date 31-July-2015 |
6 | * @date 29-April-2016 |
| 7 | * @brief CMSIS Cortex-M3 Device Peripheral Access Layer System Header File. |
7 | * @brief CMSIS Cortex-M3 Device Peripheral Access Layer System Header File. |
| 8 | ****************************************************************************** |
8 | ****************************************************************************** |
| 9 | * @attention |
9 | * @attention |
| 10 | * |
10 | * |
| 11 | * <h2><center>© COPYRIGHT(c) 2015 STMicroelectronics</center></h2> |
11 | * <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2> |
| 12 | * |
12 | * |
| 13 | * Redistribution and use in source and binary forms, with or without modification, |
13 | * Redistribution and use in source and binary forms, with or without modification, |
| 14 | * are permitted provided that the following conditions are met: |
14 | * are permitted provided that the following conditions are met: |
| 15 | * 1. Redistributions of source code must retain the above copyright notice, |
15 | * 1. Redistributions of source code must retain the above copyright notice, |
| 16 | * this list of conditions and the following disclaimer. |
16 | * this list of conditions and the following disclaimer. |
| Line 65... | Line 65... | ||
| 65 | /** @addtogroup STM32F10x_System_Exported_types |
65 | /** @addtogroup STM32F10x_System_Exported_types |
| 66 | * @{ |
66 | * @{ |
| 67 | */ |
67 | */ |
| 68 | 68 | ||
| 69 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */ |
69 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */ |
| - | 70 | extern const uint8_t AHBPrescTable[16]; /*!< AHB prescalers table values */ |
|
| - | 71 | extern const uint8_t APBPrescTable[8]; /*!< APB prescalers table values */ |
|
| 70 | 72 | ||
| 71 | /** |
73 | /** |
| 72 | * @} |
74 | * @} |
| 73 | */ |
75 | */ |
| 74 | 76 | ||